[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-40-gdce1f12

Git repo owner gitmaster at git.koha-community.org
Sun Jan 12 20:41:00 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  dce1f12229eaa9370ce06b50248a433f778b3261 (commit)
       via  57e69a7b2082e10e926a363c7ad14ccd435bb47c (commit)
       via  2eeeaec8d5b0a92b8e0fba3ae1341d261c42d9c2 (commit)
       via  5dee8697e47979e3fac686c3609a69376a0b8511 (commit)
      from  433d578418759946db723e33ce719b27464af5c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dce1f12229eaa9370ce06b50248a433f778b3261
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 10:37:00 2019 +0100

    Bug 24257: Fix close of modal on 'Yes, print slip'
    
    When a item-transfer-modal is prompted by returns.tt and the option
    "Yes, print slip" is selected the transfer is not initiated and the
    modal does not disappear.
    
    The print_slip hidden input must be in the same form as the
    submit/button .print, otherwise the browser logs
      this.form.print_slip is undefined
    
    Test plan:
    1. set AutomaticItemReturn to "don't"
    2. Check out an item and attempt to check it in at a branch it doesn't
    belong to.
    3. When the popup modal appears select 'Yes, print slip'.
    => Observe that the transfer does initiate and the modal closes
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 57e69a7b2082e10e926a363c7ad14ccd435bb47c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 3 20:02:26 2020 +0000

    Bug 24337: Checkout note cannot be marked seen if more than 20 exist
    
    This patch modifies the event handler on the individual "Mark seen" /
    "Mark unseen" buttons in the table of checkout notes. For an event to be
    successfully attached to a hidden element it must be given a context.
    
    To test you should have multiple checkout notes to work with, both seen
    and unseen. Apply the patch and go to "Checkout notes pending" from the
    staff client home page.
    
     - Navigate to the second "page" of data in the DataTable.
     - Test the functionality of the "Mark seen" and "Mark unseen" buttons.
       They should work correctly.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 2eeeaec8d5b0a92b8e0fba3ae1341d261c42d9c2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 3 18:43:15 2020 +0000

    Bug 24335: Cannot mark checkout notes seen/not seen in bulk
    
    This patch changes the way checkbox events are handled on the checkout
    notes page so that checking a checkbox enables the batch operation
    controls.
    
    Note: The addition of a "markseen" class is a preventative measure to
    avoid future problems where using the "btn-small" class might not be
    specific enough.
    
    To test you should have multiple checkout notes to work with, both seen
    and unseen. Apply the patch and go to "Checkout notes pending" from the
    staff client home page.
    
     - Check any checkbox. The "Mark seen" and "Mark not seen" should go
       from disabled to enabled.
       - Test that the buttons work correctly.
     - Click the "Select all" and "Clear all" controls and confirm that the
       buttons are enabled and disabled correctly.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5dee8697e47979e3fac686c3609a69376a0b8511
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu Dec 26 17:12:25 2019 +0000

    Bug 24308: Suggestions table on suggestions.pl should have separate columns for dates
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/modules/circ/checkout-notes.tt             |   16 ++++++++--------
 .../intranet-tmpl/prog/en/modules/circ/returns.tt      |    9 ++++++---
 .../prog/en/modules/suggestion/suggestion.tt           |   14 ++++++++++----
 3 files changed, 24 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list