[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-10-g8779029

Git repo owner gitmaster at git.koha-community.org
Mon Apr 1 18:03:35 CEST 2019


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, 18.05.x has been updated
       via  87790299605e2d1fad5f781ebc7ff9b180294dbf (commit)
      from  de8cf34eb76d434b780032cb3bd812b5baff3444 (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 87790299605e2d1fad5f781ebc7ff9b180294dbf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Feb 6 02:02:11 2019 +0000

    Bug 13735: Update PrepareItemrecordDisplay to use maxlength
    
    The PrepareItemrecordDisplay method used to generate the item
    display on receiving serials was using a hardcoded maxlength
    of 255 on input fields. This patch updates it to use the
    maxlength defined in the frameworks instead as the normal
    item form does.
    
    To test:
    - Create or reuse an existing subscription
    - Make note of the framework the record uses
    - Add an item on receive
    - Check the maxlength on the various fields is set to 255
      (check source code or use developer tools)
    - You can also verify that by adding a long note to
      one of the note fields
    - Apply patch
    - Repeat tests, the maxlength should now be 9999
    - In your framework settings, change the length of one
      of the subfields to another value
    - Verify that the item form reflects the change
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 0429aadc217f05a98bbaa51f955b835ac552fd7a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1c267af1438d31a967593f942321d040cd26d34e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list