https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39571 Bug ID: 39571 Summary: Abstract table filters to the column render method Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: matt.blenkinsop@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org In Vue components we currently render datatable columns from a method, whilst the filters for those columns are rendered directly in the tableSettings object. We have had instances where new columns have been added to the method but the index numbers in the filters haven't been updated. This leads the filters to being out of sync and breaking We should use the abstraction in bug 38201 to move this directly into the tableColumns method and prevent these issues at the framework level -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.