[koha-commits] main Koha release repository branch new/bug_7253 created. v3.08.00-1758-g5c627db

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 15:58:18 CET 2013


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, new/bug_7253 has been created
        at  5c627db14fec13da692d21abe1bb223e70bdf5ca (commit)

- Log -----------------------------------------------------------------
commit 5c627db14fec13da692d21abe1bb223e70bdf5ca
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jan 11 12:16:29 2013 +0100

    Bug 7253: followup : manage toolbar for fastcataloging
    
    During fast cataloging, hide some toolbar menus of biblio edition page :
    - Save and view record
    - Z3950 Search
    - Framework change
    Also display "(fast cataloging)" in biblio and item editon.
    
    Signed-off-by: koha.aixmarseille <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    
    Tested:
    - adding a fast add with duplicate and without
    - adding a new record, checked toolbar showed up correctly
    - editing existing record, checked toolbar showed up correctly
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 67af1025862cb4caf9426f1bb6e236dc2124f1cd
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Jan 7 15:46:26 2013 +0100

    Bug 7253: fast cataloging not always checking out
    
    When using fast cataloguing to create a biblio and item on the fly, workflow looses datas when a duplicate is detected.
    This comes from the use of a mix of circborrowernumber and borrowernumber in forms.
    
    This patch corrects by using always circborrowernumber in fast cataloguing workflow.
    Also adds html and uri escape for barecode where necessery.
    
    Test plan :
    With duplicate :
    - Go to a borrower circulation page
    - Enter a non existing barcode
    - Enter a due date
    - Click on "Check Out"
    => a message says the barcode was not found
    - Click on "Fast cataloguing"
    => The biblio edition page appears with fast cataloguing framework
    - Fill mandatory fields by using an existing ISBN
    - Click on "Save"
    => a yes/no message says "Duplicate record suspected"
    (Choosing yes will brake fast caloguing workflow, in this case librarian should create an item and checkout again)
    - Click on "No"
    => The item edition page appears with barcode already filled
    - Fill mandatory datas
    - Click on "Add item"
    => Borrower circulation page appears again, check that item has been checked out with the specified due date
    
    You may test without duplicate
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Tested following the plan and by fast cataloging a non-duplicate.
    All works as expected.
    
    Signed-off-by: koha.aixmarseille <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list