[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-41-gc514e1f

Git repo owner gitmaster at git.koha-community.org
Fri Apr 8 07:58: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, 3.22.x has been updated
       via  c514e1fee2890660caa36c1dae62bcfbc6f72fc3 (commit)
       via  730cfb59258841572d19ffd9eedf36571edc100a (commit)
      from  e0ad205512af9dba2a9d5cad70bf6fdffecc6e17 (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 c514e1fee2890660caa36c1dae62bcfbc6f72fc3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Mar 17 09:08:39 2016 -0400

    Bug 16047 [Follow-up] Software error on deleting a group with no category code
    
    This follow-up take the original patch a little further, making category
    name required on the entry form as well. Without a category name there
    is no label in the interface when selecting a category. That doens't
    make any sense.
    
    Also changed on the group entry form:
    
    - Added "required" attribute to labels on required fields.
    - Changed "Update" submit button label to "Submit."
    - Added a "Cancel" link.
    - Added the "validated" class to the form so that our built-in
      validation script will process it (not strictly necessary but makes
      the validation appearance more consistent).
    
    Followed test plan, form displays and behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit df127ebad814ad1710b161b85a69d408de95de85)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 730cfb59258841572d19ffd9eedf36571edc100a
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Thu Mar 10 21:49:57 2016 +0000

    Bug 16047: Making category code a required field on creating a group
    
    This will prevent users from creating a group without a category code,
    which causes a software error when you try to delete it
    
    To test:
    1) Go to Admin -> Libraries and groups
    2) Create new group without category code
    3) Attempt to delete the group you just created and notice software
       error
    4) Apply patch
    5) Create new group without category code
    6) Notice you now cannot save the group without putting in a category
      code
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 577aa86eb96160088c70008bfe85ae2c0820f547)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/admin/branches.tt   |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list