https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42009
Bug ID: 42009
Summary: Improve parameter list passed to kohaTable
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: unspecified
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]
$.fn.kohaTable = function (
options = {},
table_settings,
add_filters,
default_filters,
filters_options,
external_filter_nodes,
show_search_descriptions,
additional_search_descriptions
) {
We should destructure and use named parameters instead.
$.fn.kohaTable = function ({
options = {},
table_settings,
add_filters,
default_filters,
filters_options,
external_filter_nodes,
show_search_descriptions,
additional_search_descriptions
} = {}) {
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/