[koha-commits] main Koha release repository branch master updated. v3.22.00-918-gdf127eb

Git repo owner gitmaster at git.koha-community.org
Tue Mar 22 01:48:48 CET 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  df127ebad814ad1710b161b85a69d408de95de85 (commit)
       via  577aa86eb96160088c70008bfe85ae2c0820f547 (commit)
      from  0e2787e3790e42f31a4b949f585676abe49efb73 (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 df127ebad814ad1710b161b85a69d408de95de85
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

commit 577aa86eb96160088c70008bfe85ae2c0820f547
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

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

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