[Koha-bugs] [Bug 12089] New: Remove use of dt_add_type_uk_date()

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 15 20:03:31 CEST 2014


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

            Bug ID: 12089
           Summary: Remove use of dt_add_type_uk_date()
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

Many templates call dt_add_type_uk_date() to handle sorting of date columns in
tables when the dateformat system preference is set to "metric." Some of these
templates already use the "title-string" method
(http://wiki.koha-community.org/wiki/DataTables_HowTo#Sorting_dates_regardless_of_date_format_preference)
for sorting, and the call can be removed.

Other templates should be updated to use the "title-string" method.

As I make corrections I also intend to update sorting configurations to use the
newer guideline described here:

http://wiki.koha-community.org/wiki/DataTables_HowTo#Obsolete_configuration_methods

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


More information about the Koha-bugs mailing list