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 <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit 0429aadc217f05a98bbaa51f955b835ac552fd7a)
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit 1c267af1438d31a967593f942321d040cd26d34e)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to