[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-66-g804d434

Git repo owner gitmaster at git.koha-community.org
Sat Apr 11 07:32:35 CEST 2015


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, 3.18.x has been updated
       via  804d434971a71fdbff12712a78ddb630e77b4e3f (commit)
       via  b8348370afe2c35b32df2b4247c0c9d13c4bb8e4 (commit)
      from  7e8fef025451e68604e67b5f5ca145fd526fee5f (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 804d434971a71fdbff12712a78ddb630e77b4e3f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 30 13:17:26 2015 +0200

    Bug 7561: Fast cataloging - Allow add/edit items and delete record
    
    With the fast cataloging permission, a librarian was not able to
    add/edit items and to delete a record with the FA framework.
    
    This patch fixes that.
    
    Test plan:
    0/ Set the permission fast_cataloging (and only this one under
    editcatalogue) to a librarian
    1/ Log in with this account
    2/ Go to Circulation > Fast cataloging
    3/ Confirm you can create a record
    4/ Save and confirm you can create items
    5/ Confirm you are able to edit items, remove all of them and delete the
    record.
    6/ Make sure it only works for records with the FA framework code.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit b3183f16e55f251003583a741b06bdfa635b1f07)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b8348370afe2c35b32df2b4247c0c9d13c4bb8e4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 31 16:32:33 2015 +0200

    Bug 8246: Allow deleting record if no more items
    
    The "Delete records if no items remain" was only available if the batch
    did not contain "too many" items (see MaxItemsForBatch).
    This limitation does not make any sense.
    
    Test plan:
    1/ Set MaxItemsForBatch=10
    2/ Use the batch item deletion to delete 10+ items
    3/ Confirm the checkbox "Delete records if no items remain" is displayed
    4/ Check it
    5/ Launch the job
    6/ Run koha qa test tools
    
    Verify that the records without items have been deleted also.
    
    NOTE: My test db only had two biblios with items, so I set
          MaxItemsForBatch=1.
          Before patch, checkbox did not display.
          After patch, checkbox did display.
          This patch merely moves one line out of the IF/ELSE/END
          block, and reindents for more readability. Though, there
          is a missing <p> if you want to get picky.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 2a8f84817fb4a487577c7e4238b8aede9d9b99d2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 cataloguing/addbiblio.pl                             |    7 ++++---
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc   |   18 ++++++++++--------
 .../prog/en/modules/tools/batchMod-del.tt            |    9 ++++++---
 3 files changed, 20 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list