[koha-commits] main Koha release repository branch master updated. v3.22.00-1128-g928c0af

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 07:29:55 CEST 2016


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, master has been updated
       via  928c0af2b6a2c7aa6ed54019c5bd7dbddbccf4ee (commit)
      from  cbe3dedc4f91a91e40f9e648c9de2358c68379cb (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 928c0af2b6a2c7aa6ed54019c5bd7dbddbccf4ee
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Tue Feb 16 02:07:59 2016 +0000

    Bug 15824 - 'Done' button is unclear on batch item modification and deletion
    
    EDIT: Making sure the messages and the buttons show the same text, as per Comment 6.
    
    To test:
    
    MODIFICATION
    1) Go to a biblio record page (ie http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=1)
    2) Click edit -> Edit items in a batch
    3) Click Save (you don't need to make any changes)
    4) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the record detail page.
    
    5) Go to a biblio record page
    6) Select one or some or all items in the record
    7) Click modify selected items
    8) Click Save
    9) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the record detail page.
    
    10) Go to batch item modification (http://localhost:8081/cgi-bin/koha/tools/batchMod.pl)
    11) Write some barcodes into the barcode list and click Continue
    12) Click Save
    13) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the batch item mod page.
    
    DELETION
    14) Go to a biblio record page (ie http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=1)
    15) Click edit -> Delete items in a batch
    16) Unselect all the items so you don't actually delete them, then click Delete selected items
    17) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the record detail page.
    
    18) Go to a biblio record page
    19) Select one or some or all items in the record
    20) Click Delete selected items
    21) Unselect all the items so you don't actually delete them, then click Delete selected items
    22) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the record detail page.
    
    23) Go to batch item deletion (http://localhost:8081/cgi-bin/koha/tools/batchMod.pl?del=1)
    24) Write some barcodes into the barcode list and click Continue
    25) Unselect all the items so you don't actually delete them, then click Delete selected items
    26) Validate 'Done' button. Confirm that there is now a link in dialog message box which takes you back to the batch item deletion page.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/modules/tools/batchMod-del.tt             |   13 ++++++++++---
 .../prog/en/modules/tools/batchMod-edit.tt            |   17 +++++++++++++----
 2 files changed, 23 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list