Summary: | Add datatables server-side rendering to OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Templates | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | Pushed to main --- | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, katrin.fischer, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 39600, 39761 | ||
Attachments: |
Bug 39762: Add server-side rendering to OPAC datatables
Bug 39762: Add server-side rendering to OPAC datatables Bug 39762: Add server-side rendering to OPAC datatables |
Description
Tomás Cohen Arazi (tcohen)
2025-04-28 13:12:44 UTC
Created attachment 181610 [details] [review] Bug 39762: Add server-side rendering to OPAC datatables This patch ports the staff side feature into the OPAC. To be used by bug 39600. To test: 1. Apply and verify no behavior change in OPAC tables => SUCCESS: They work the same 2. Verify 39600 still works after bug 39739 iis reverted. => SUCCESS: It does 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 181630 [details] [review] Bug 39762: Add server-side rendering to OPAC datatables This patch ports the staff side feature into the OPAC. To be used by bug 39600. To test: 1. Apply and verify no behavior change in OPAC tables => SUCCESS: They work the same 2. Verify 39600 still works after bug 39739 iis reverted. => SUCCESS: It does 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Owen Leonard <oleonard@myacpl.org> The qa tool complains about a couple of console.log()s but those are in the staff interface too so I ignored them. Thanks a lot, Owen! Created attachment 181663 [details] [review] Bug 39762: Add server-side rendering to OPAC datatables This patch ports the staff side feature into the OPAC. To be used by bug 39600. To test: 1. Apply and verify no behavior change in OPAC tables => SUCCESS: They work the same 2. Verify 39600 still works after bug 39739 iis reverted. => SUCCESS: It does 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed for 25.05! Well done everyone, thank you! |