[Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 30 14:55:09 CEST 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
0. Dates look great now! :)

1. Why not having current holds in the table (behavior intranet-side,
members/holdshistory.pl)

2. Is there a plan to make existing intranet-side view using the REST API?
ie. only 1 code to maintain.

3. Why only 10 results displayed by default? Usually 20

4. Why no way to modify the number of results displayed? Basically, why
DataTable does not display as other table? (like no page number, search box,
etc.)
Is that the OPAC style?

5. Not translatable strings:
187                         if(row.cancelation_date) return 'Canceled';
188                         if (data == 'F') return 'Fulfilled';
189                         if (data == 'W') return 'Waiting';
190                         if (data == 'T') return 'In Transit';
191                         return 'Pending';

6. opac-holdsrecord.pl vs members/holdshistory.pl
Should not we use the same script names?

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


More information about the Koha-bugs mailing list