From a8e81ef950185f20b88773811889984d3bc83105 Mon Sep 17 00:00:00 2001 From: sanluan Date: Mon, 4 Jan 2021 11:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/admin/common/content_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publiccms-parent/publiccms/src/main/resources/templates/admin/common/content_list.html b/publiccms-parent/publiccms/src/main/resources/templates/admin/common/content_list.html index d4dc2508..b1985a99 100644 --- a/publiccms-parent/publiccms/src/main/resources/templates/admin/common/content_list.html +++ b/publiccms-parent/publiccms/src/main/resources/templates/admin/common/content_list.html @@ -5,7 +5,7 @@ /> <@_sysDeptCategory deptId=admin.deptId!'' categoryId=categoryId!''><#assign deptCategory=object!/> -<#if deptCategory?has_content&&deptCategory> +<#if deptCategory?has_content&&deptCategory || dept?has_content && dept.ownsAllCategory> <#if parentId?has_content> <@_content id=parentId><#assign parent=object/> -- GitLab