Bug 36800 - Move tickets/concerns table to include
Summary: Move tickets/concerns table to include
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 36757
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-07 09:18 UTC by Martin Renvoize
Modified: 2024-05-07 09:26 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 36800: Move concern table markup to include (3.15 KB, patch)
2024-05-07 09:26 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2024-05-07 09:18:17 UTC
Currently, we replicate the markup and js for the catalog concerns display table on the concerns management page and the concerns tab of the catalog details display.

We should really DRY out this code and use an include so that enhancements affect both interfaces automatically.
Comment 1 Martin Renvoize 2024-05-07 09:26:36 UTC
Created attachment 166243 [details] [review]
Bug 36800: Move concern table markup to include

This patch moves the table markup for catalog concerns/tickets into an
include.

We still need to move the JS however.