Bug 36800

Summary: Move tickets/concerns table to include
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize (ashimema) <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36757    
Bug Blocks:    
Attachments: Bug 36800: Move concern table markup to include

Description Martin Renvoize (ashimema) 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 (ashimema) 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.