* Fix bug #38283.
This commit is contained in:
@@ -59,6 +59,6 @@ $('#mainContent').on('keydown', '#name', function(event)
|
||||
form.append('keyword', $('#name').val());
|
||||
Object.keys(checkedCategories).forEach((id) => form.append('categories[]', id));
|
||||
|
||||
postAndLoadPage(link, form, '#cloudAppContainer', {partial: true});
|
||||
postAndLoadPage(link, form);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -100,7 +100,7 @@ div
|
||||
set::current($sortType),
|
||||
set::linkParams("sortType={key}"),
|
||||
),
|
||||
|
||||
|
||||
toolbar
|
||||
(
|
||||
formGroup
|
||||
@@ -117,7 +117,7 @@ div
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
div(...$groups),
|
||||
pager(
|
||||
setID('storePager'),
|
||||
|
||||
Reference in New Issue
Block a user