[Koha-bugs] [Bug 17480] New: UpdateNotForLoanStatusOnCheckin preference requires space after colon

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 21 16:51:35 CEST 2016


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

            Bug ID: 17480
           Summary: UpdateNotForLoanStatusOnCheckin preference requires
                    space after colon
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: System Administration
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com
        Depends on: 11629

YAML requires that there be a space after a colon, so the
UpdateNotForLoanStatusOnCheckin preference does too:

-1:0 will not work

-1:<space>0 will work

We should either handle this gracefully for the user (preferable, since this
preference will only use numeric values), or update the preference's
description to highlight the requirement.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11629
[Bug 11629] Add ability to update not for loan status on checkin
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list