Fix bug on select2 in modal filters, add filters by tags and shelves on articles
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var $filter = $('#{{ $model ?? null }}-table-header .btn-filter');
|
||||
|
||||
$('#modal-{{ $model ?? null }}-filters').on('shown.bs.modal', function () {
|
||||
initSelect2();
|
||||
initSelect2('.select2', '#modal-{{ $model ?? null }}-filters');
|
||||
});
|
||||
|
||||
$('#modal-{{ $model ?? null }}-filters .apply').click(function() {
|
||||
|
||||
Reference in New Issue
Block a user