[Koha-bugs] [Bug 30718] Use flatpickr's altInput option everywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 14 18:09:37 CEST 2022


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #14 from Owen Leonard <oleonard at myacpl.org> ---
More notes after having gone through almost everything and tested the basics:

- lateorders.pl:
   Can't locate object method "ymd" via package "2010-07-02" (perhaps you
forgot to load "2010-07-02"?) at /usr/share/perl5/DateTime/Format/MySQL.pm line
100

- circulation.pl
  Template process failed: undef error - The given date (01.06.2022 11:59 PM)
does not match the date format (iso) at /kohadevbox/koha/Koha/DateUtils.pm line
205.
 at /kohadevbox/koha/C4/Templates.pm line 127

The above error occurred when checking out and specifying a date in the past.

- overdues.pl The date in the heading is formatted incorrectly: "1 Item overdue
as of 2022-07-14T13:53:00"

- serials/claims.pl: "Template process failed: undef error - : filter not found
at /kohadevbox/koha/C4/Templates.pm line 127"

- tools/holidays.pl "Template process failed: undef error - : filter not found
at /kohadevbox/koha/C4/Templates.pm line 127"

I noticed this in the log for export.pl after testing a date-limited export.
The export completed fine as far as I can tell.

[Thu Jul 14 15:46:05.900437 2022] [cgi:error] [pid 83824] [client
172.18.0.1:62854] AH01215: DBIx::Class::Storage::DBI::_gen_sql_bind(): DateTime
objects passed to search() are not supported properly (InflateColumn::DateTime
formats and settings are not respected.) See ".. format a DateTime object for
searching?" in DBIx::Class::Manual::FAQ. To disable this warning for good set
$ENV{DBIC_DT_SEARCH_OK} to true at /kohadevbox/koha/Koha/Objects.pm line 312:
/kohadevbox/koha/tools/export.pl, referer:
http://127.0.0.1:8081/cgi-bin/koha/tools/export.pl

- Tasks scheduler: "Failed to add Tasks"

I didn't see anything in the error log that appeared to be related to this.

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


More information about the Koha-bugs mailing list