[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1066-g1c8c9bb

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 08:18:45 CEST 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, master has been updated
       via  1c8c9bb0fe23addc624e2a97331c8ec9cd80a9dd (commit)
      from  e30612bb3f0465363842ff4269245095d32dee3b (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 1c8c9bb0fe23addc624e2a97331c8ec9cd80a9dd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Aug 20 09:07:25 2013 -0400

    Bug 10769 - Simplify clearing of input fields when duplicating a patron
    
    When duplicating a patron record an onclick event is added to many
    fields in order to make then clear when focused. This patch updates the
    template so that the logic for this can be simplified. A template
    variable is set based on the 'opduplicate' variable, and a class added
    to the relevant fields. All fields with that class are cleared on focus.
    
    Also changed are several markup issues which were causing validation
    errors.
    
    To test, find or create a patron record which has all standard text
    fields filled with data. Use the "duplicate" button on the detail view
    of that patron to initiate the duplication process.
    
    Focus on each field in the patron entry form in succession. Fields which
    contain data should be cleared in the same way they were before the
    patch.
    
    Also test a regular edit operation to confirm that fields are not
    cleared.
    
    Signed-off-by: Campbell Reid-Tait <campbellreidtait at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/members/memberentrygen.tt      |  265 +++++---------------
 1 files changed, 58 insertions(+), 207 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list