[Koha-bugs] [Bug 14202] New: Unexpected parameter for window.open in marc21_linking_section plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 14 15:06:58 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14202

            Bug ID: 14202
           Summary: Unexpected parameter for window.open in
                    marc21_linking_section plugin
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Code contains:

window.open(\"/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=\"
+ i +
\"&result=\"+defaultvalue,\"marc21_field_7\"+i+\"\",'width=900,height=700,toolbar=false,scrollbars=yes');

The part ,\"marc21_field_7\"+i+\"\", is somewhat unexpected.
If I am correct, js could interpret this as the name parameter of window.open.
Note that this name is not the title.

I propose to remove it.

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


More information about the Koha-bugs mailing list