[koha-commits] main Koha release repository branch master updated. v3.22.00-1446-gf471ed3

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 16:46:38 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  f471ed3903e9aedb2db06b634ffded308b23d198 (commit)
      from  064cce955b64240c5a6a4c9e0b9cc2b878f96d68 (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 f471ed3903e9aedb2db06b634ffded308b23d198
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 15 14:56:14 2016 -0400

    Bug 16286 - Use validation plugin when adding or editing patron category
    
    This patch updates the patron category entry form so that it is
    validated using the staff client's globally-included form validation
    plugin. This patch also moves the page's JavaScript into a separate
    file.
    
    To test, apply the patch and go to Administration -> Patron categories.
    
    - Create a new category. Try to submit the form with the following
      fields empty:
      - Category code
      - Description
      - Both enrollment period fields
      - Category type
    - Try to enter data in the category code field which contains characters
      other than letters, numbers, hyphens, or underscores.
    - Try to enter non-numeric data in the following fields:
      - Enrollment period in months
      - Age required
      - Upper age limit
      - Enrollment fee
      - Hold fee
    - Try to submit the form with both enrollment period fields filled.
    
    Followed test plan, works 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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/categories.js   |   97 +++++++++++++++++
 .../prog/en/modules/admin/categories.tt            |  114 +++-----------------
 2 files changed, 112 insertions(+), 99 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/categories.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list