Small bugfixes on CP and EPP

This commit is contained in:
Pinga 2024-11-26 13:28:21 +02:00
parent cf9b4cfa52
commit 3c86dc19ad
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@
queryParts.push("filter3=exdate,cs," + encodeURIComponent(searchTerm));
}
queryParts.push("order=name");
queryParts.push("order=crdate,desc");
// Include pagination parameters
if (params.page) {