Fixed a test failure

ccm-docs
Jens Pelzetter 2020-07-17 07:55:04 +02:00
parent 641ff46c6b
commit 42bf75f43e
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ import static org.librecms.CmsConstants.*;
+ " '" + AssetPrivileges.VIEW + "' "
+ " ) "
+ " OR true = :isSystemUser OR true = :isAdmin"
+ ") ORDER BY t")
+ ") ORDER BY a.displayName")
,
@NamedQuery(
name = "Asset.countFilterByFolderAndTitle",