Summary: | "Modification date" missing from OPAC lists table | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Lists | Assignee: | David Cook <dcook> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | david, fridolin.somers, m.de.rooy, martin.renvoize, pedro.amorim, philip.orr, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | Philip Orr |
Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/864 | Text to go in the release notes: |
This enhancement adds the modification date column to the lists tables for the OPAC. This lets patrons know when the list was last updated.
|
Version(s) released in: |
23.11.00,23.05.02
|
Circulation function: | |
Attachments: |
Bug 32402: Add "Modification date" to OPAC Lists table
Bug 32402: Add "Modification date" to OPAC Lists table Bug 32402: Add "Modification date" to OPAC Lists table Bug 32402: Add "Modification date" to OPAC Lists table Bug 32402: Add "Modification date" to OPAC Lists table |
Description
David Cook
2022-12-05 05:33:32 UTC
Created attachment 144426 [details] [review] Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Created attachment 144459 [details] [review] Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind <david@davidnind.com> This table is not in admin/columns_settings.yml its OK Created attachment 144764 [details] [review] Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Please rebase ASAP. Created attachment 151963 [details] [review] Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Created attachment 151964 [details] [review] Bug 32402: Add "Modification date" to OPAC Lists table This change adds a "Modification date" column to the OPAC Lists table, so that you can see when a list was last modified. Test plan: 1. Apply patch 2. Create a public list and a private list 3. Go to http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=list&public=1 4. Note that "Modification date" appears in the relevant date format on both the "Your lists" and "Public lists" tabs Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> (In reply to Tomás Cohen Arazi from comment #5) > Please rebase ASAP. Took the liberty of moving it back to "Passed QA" as it was a fairly trivial rebase. Pushed to master for 23.11. Nice work everyone, thanks! Thanks for all the hard work! Pushed to 23.05.x for the next release Enhancement, not backporting to 22.11.x |