[Koha-bugs] [Bug 22428] New: MARC modification template cuts text to 100 characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 23:35:49 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22428

            Bug ID: 22428
           Summary: MARC modification template cuts text to 100 characters
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

When trying to update a field using a MARC modification template, it is
impossible to put a value of over 100 characters.

To reproduce:
1. Go to Tools > MARC modification templates
2. Click on 'New template'
3. Name your new template and click on 'Submit'
4. Click on 'New action'
5. Enter the following information in the form
    - 'Add new'
    - field(s): 856 y
    - with value: Organization-wide access - sign on to OnePass / Accès à
l'échelle de l'organisation - Ouvrez une session (OnePass)
6. Click on Add action
7. Note that the text is cut in the displayed table 'Organization-wide access -
sign on to OnePass / Accès à l'échelle de l'organisation - Ouvrez une ses'
8. Do a search to obtain a biblionumber
    1. Make a search in the catalog
    2. Click on the title to go to the detailed record
    3. Click on the 'MARC' tab
    4. The biblionumber is written next to MARC record:
    5. Copy the biblionumber
9. Go to Tools > Batch record modification
10. In the 'List of biblionumbers...' text box, paste the biblionumber
11. Choose the template created at step 3 in the 'Modify record using the
following template:' drop down menu
12. Click on 'Continue'
13. Click on 'Show MARC' to see the result of the modification (the added line
is usually at the bottom, note that the text is still cut after 100 characters,
so not only a display bug)
14. Click on 'Close'
15. Click on 'Modify selected records'
16. Click on the biblionumber to see the modified record
17. In the detailed record, the 856y field is under 'Online resources' (note
that the text is still cut)

I noticed that in the database, the field field_value in the table
marc_modification_template_actions is limited to 100 characters.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list