https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38895
Bug ID: 38895
Summary: In advanced editor, the fixed data helpers put '#'
instead of space in record content
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
When editing a bibliographic record in advanced editor, there are helpers for
fixed data coded fields (like 008). Like in the standard editor, empty value
(space) is represented by a hash sign. But unlike in the standard editor, the
hash sign is not converted into a space but remains as '#' in the saved record.
This is obviously wrong.
For the standard editor there is a line:
valNode = valNode.replace("#", " ");
in xmlControlfield.js
An analogous replace('#',' ') is missing when constructing the <select> in
cateditor/widget.js (line 164).
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/