masowa edycja kategorii, crop dla usera i poprawki w zapytaniach
This commit is contained in:
11
static/js/admin_mass_categories.js
Normal file
11
static/js/admin_mass_categories.js
Normal file
@@ -0,0 +1,11 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
document.querySelectorAll('select[multiple]').forEach(function (el) {
|
||||
new TomSelect(el, {
|
||||
plugins: ['remove_button'],
|
||||
placeholder: 'Wybierz kategorie...',
|
||||
create: false,
|
||||
sortField: { field: "text", direction: "asc" },
|
||||
dropdownParent: 'body'
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user