Skip to content

Commit

Permalink
mod_admin: ignore published flag in admin_overview list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Oct 10, 2018
1 parent eacdbf7 commit e81850f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/zotonic_mod_admin/priv/templates/admin_overview.tpl
Expand Up @@ -107,8 +107,8 @@
{% with q.qsort as qsort %}
{% with m.rsc[q.qquery|default:`admin_overview_query`].id as qquery_id %}
{% with (qquery_id.is_visible and not q.qcat)|
if:{query query_id=qquery_id cat=qcat cat_exclude=qcat_exclude content_group=q.qgroup text=q.qs page=q.page pagelen=qpagelen sort=qsort zsort="-modified" custompivot=q.qcustompivot}
:{query is_authoritative cat=qcat cat_exclude=qcat_exclude content_group=q.qgroup text=q.qs page=q.page pagelen=qpagelen sort=qsort zsort="-modified" custompivot=q.qcustompivot}
if:{query query_id=qquery_id cat=qcat cat_exclude=qcat_exclude content_group=q.qgroup text=q.qs is_published="all" page=q.page pagelen=qpagelen sort=qsort zsort="-modified" custompivot=q.qcustompivot}
:{query is_authoritative cat=qcat cat_exclude=qcat_exclude content_group=q.qgroup text=q.qs is_published="all" page=q.page pagelen=qpagelen sort=qsort zsort="-modified" custompivot=q.qcustompivot}
as query
%}
{% with m.search.paged[query] as result %}
Expand Down

0 comments on commit e81850f

Please sign in to comment.