mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Small bugfixes on CP and EPP
This commit is contained in:
parent
cf9b4cfa52
commit
3c86dc19ad
2 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue