[Koha-bugs] [Bug 14382] datepicker's dateFormat setting for reports is missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 3 17:41:29 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14382

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40777|0                           |1
        is obsolete|                            |

--- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 40781
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40781&action=edit
Bug 14382: [QA Follow-up] Bad regex alarm

The regex /|date>>/ will match much more than you like :)
The unescaped pipe is bad, but you also need to remove the >> because
the split a few lines above it removes them already.

This allows you to recover from an error like this one, running another
report with a string parameter:
The given date (india%) does not match the date format (us) at
Koha/DateUtils.pm line 144.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Amended for possible spaces around the word date.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list