https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39944
Bug ID: 39944
Summary: Metadata should be trimmed before creating an ILL
request
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ILL
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
When creating an ILL request, if the form data contains leading or trailing
whitespaces, this may cause issues for backends.
Example:
A DOI is entered as ' 123', instead of '123'. If the backend needs to use that
data entry, it'll need to first trim and/or sanitize it.
It's better if core Koha does this trimming before delegating the creation of
the request to the backend, so it's maintained in a single place.
--
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/