Bug 39762 - Add datatables server-side rendering to OPAC
Summary: Add datatables server-side rendering to OPAC
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Tomás Cohen Arazi (tcohen)
QA Contact: Jonathan Druart
URL:
Keywords:
Depends on:
Blocks: 39600 39761
  Show dependency treegraph
 
Reported: 2025-04-28 13:12 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2025-05-02 16:21 UTC (History)
4 users (show)

See Also:
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:


Attachments
Bug 39762: Add server-side rendering to OPAC datatables (14.62 KB, patch)
2025-04-28 13:16 UTC, Tomás Cohen Arazi (tcohen)
Details | Diff | Splinter Review
Bug 39762: Add server-side rendering to OPAC datatables (14.66 KB, patch)
2025-04-28 16:50 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 39762: Add server-side rendering to OPAC datatables (14.73 KB, patch)
2025-04-29 14:04 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi (tcohen) 2025-04-28 13:12:44 UTC
In the OPAC, we don't have the feature.
Comment 1 Tomás Cohen Arazi (tcohen) 2025-04-28 13:16:22 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>
Comment 2 Owen Leonard 2025-04-28 16:50:49 UTC
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>
Comment 3 Owen Leonard 2025-04-28 16:53:06 UTC
The qa tool complains about a couple of console.log()s but those are in the staff interface too so I ignored them.
Comment 4 Katrin Fischer 2025-04-28 16:58:22 UTC
Thanks a lot, Owen!
Comment 5 Jonathan Druart 2025-04-29 14:04:26 UTC
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>
Comment 6 Katrin Fischer 2025-04-29 15:26:16 UTC
Pushed for 25.05!

Well done everyone, thank you!