Primary color for theme customized
parent
79c85df4a3
commit
aa49c4c541
|
|
@ -210,7 +210,7 @@ public class ItemListModel {
|
|||
.where(
|
||||
criteriaBuilder.and(
|
||||
catJoin.get("category").in(categories),
|
||||
criteriaBuilder.equal(catJoin.get("indexObject"), false),
|
||||
criteriaBuilder.isFalse(catJoin.get("indexObject")),
|
||||
criteriaBuilder.isNull(catJoin.get("type")),
|
||||
criteriaBuilder.equal(
|
||||
from.get("version"), ContentItemVersion.LIVE
|
||||
|
|
|
|||
Loading…
Reference in New Issue