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.
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.