https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39409
Bug ID: 39409
Summary: Duplicate modifybiblio ids in cat-toolbar
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 34478
When
https://git.koha-community.org/Koha-community/Koha/commit/74d7ae7672a4b82568e57eaddefbded4bf5b05e6
added forms for batch modify and batch delete items so they would work with
CSRF protection, it clearly did so by copy-pasting the form from Modify record
using template, since all three have id="modifybiblio". Luckily, the copies
have their own id attribute first, so the duplicate ones are dropped by parsers
since an element can't have two ids, but having duplicates is confusing.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34478
[Bug 34478] Full CSRF protection
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/