[Koha-bugs] [Bug 29711] New: Release date not passed as ISO to about.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 16 15:21:09 CET 2021


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

            Bug ID: 29711
           Summary: Release date not passed as ISO to about.tt
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

When parsing the teams.yaml file, the release date is (correctly) parsed from
epoch into a DateTime, but the $KohaDates filter expects 'iso' formatted dates,
and stringifying the 'dt' object leads to non-comformant datetime format.

To test:
1. On current master
2. Point your staff interface to the About page
=> FAIL: It explodes because of date formats

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


More information about the Koha-bugs mailing list