https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40570

            Bug ID: 40570
           Summary: CSVDelimiter syspref will not display "commas" when
                    set to ","
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: System Administration
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When the syspref CSVDelimiter is set to "," koha will tell the user it's
actually set to "#". We must not have escaped something properly.

To recreate:
- set CSVDelimiter to "commas"
- reload the page
- see the syspref says "#'s" instead
- inspect the dropdown, see no value is designated as selected in the html
- in reports, SELECT * FROM systempreferences WHERE variable='CSVDelimited'
- see the value = ,

- set CSVDelimiter to "slashes"
- reload the page
- see the syspref correctly says "slashes"
- inspect the dropdown, see "slashes" is selected

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to