[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-69-g81fd27153a

Git repo owner gitmaster at git.koha-community.org
Sat Sep 5 00:18:33 CEST 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, 20.05.x has been updated
       via  81fd27153a26154da576eaaba7274968b36f1a3f (commit)
       via  def41d6231ae204022664d6d2b7de02fbb4c1414 (commit)
      from  1475ea89e5daedf4a5fea29c09feb4ca5561aa39 (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 81fd27153a26154da576eaaba7274968b36f1a3f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Aug 27 15:10:08 2020 -0300

    Bug 25584: Fix minor styling issue
    
    This patch makes the button present some space between the icon and the
    text.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2a0ccf7af26236db9a3e40968cf8f43bc308f142)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit def41d6231ae204022664d6d2b7de02fbb4c1414
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Aug 27 14:57:45 2020 -0300

    Bug 25584: Refresh checkouts table when a return claim is added
    
    This patch triggers a checkouts table refresh when a return claim is
    added. I also noticed the same when a return claim is deleted so it is
    now also refreshed.
    
    To test:
    1. Set the ClaimReturnedLostValue to some valid value (2)
    2. Check something out for a patron, and choose to display all checkouts
    => SUCCES: There's the checkouts table, showing the checkout
    3. Click on the 'Claim returned' button and confirm
    => SUCCESS: There's no 'Claim returned' button anymore
    => ERROR: The checkout row doesn't display anything about the claim
    4. Go to the 'Claims' tab, delete resolve and delete the claim
    5. Go to the Checkouts tab
    => ERROR: It doesn't reflect the changes either
    6. Apply this patch and start over
    => SUCCESS: Once the claim returned is added, the checkouts table is
    refreshed and the information updated
    => SUCCESS: On the Claims tab, if you delete the claim and go to the
    Checkouts tab, you are presented the button again.
    7. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7fc7427dd41ce10070a6a3d3070fb660850be511)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list