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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to