Bug 12613

Summary: Remove CGI::scrolling_list from koha2marclinks.pl
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: TemplatesAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 766    
Attachments: Bug 12613: Remove CGI::scrolling_list from koha2marclinks.pl
Bug 12613: Remove CGI::scrolling_list from koha2marclinks.pl
[PASSED QA] Bug 12613: Remove CGI::scrolling_list from koha2marclinks.pl

Description Bernardo Gonzalez Kriegel 2014-07-19 19:43:56 UTC
Another one to remove
Comment 1 Bernardo Gonzalez Kriegel 2014-07-19 20:03:00 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2014-07-25 14:38:32 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-28 06:09:12 UTC
Created attachment 30180 [details] [review]
[PASSED QA] Bug 12613: Remove CGI::scrolling_list from koha2marclinks.pl

This patch removes all (2) instances from koha2marclinks.pl.
Also changes dropdowns width on mapping editor, from an
ugly ragged right to a fixed width view.

To test:
1. Apply the patch
2. Go to Administration > Koha to MARC mapping
3. Pulldown in this view has been replaced, check
for regressions: change table type and press Ok,
verify you get Koha fields and tag/subfield appropriate
for each table.
4. Now press 'Edit' on any field, go into mapping editor
5. Check that all pulldowns show tag/subtags relevant
for each group ( 000s ... 900s )
6. Check that current mapping is displayed correctly
7. Check for regressions: unmap, remap, press Ok,
verify, change again.
8. If you can, check display of mapping editor on several
browsers, just in case.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
I have tested with Firefox/Iceweasel only.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
Also tested in Chromium.
Comment 4 Tomás Cohen Arazi 2014-07-29 14:50:01 UTC
Patch pushed to master.

Thanks Bernardo!