From b6ba2cf685b3bd8146f79824720011ffb7ed7d74 Mon Sep 17 00:00:00 2001
From: dewekk <60457472+dewekk@users.noreply.github.com>
Date: Wed, 20 Nov 2024 19:23:13 +0900
Subject: [PATCH 1/2] =?UTF-8?q?=EB=AA=A8=EB=93=88=20=EA=B4=80=EB=A6=AC?=
=?UTF-8?q?=EC=9E=90=EA=B0=80=20=ED=99=95=EC=9E=A5=EB=B3=80=EC=88=98?=
=?UTF-8?q?=EB=A5=BC=20=EC=82=AD=EC=A0=9C=20=ED=95=A0=20=EC=88=98=20?=
=?UTF-8?q?=EC=97=86=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
modules/document/conf/module.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/document/conf/module.xml b/modules/document/conf/module.xml
index 608e364c7..b6e6105d2 100644
--- a/modules/document/conf/module.xml
+++ b/modules/document/conf/module.xml
@@ -47,7 +47,7 @@
-
+
From 697eb5d9090ad8cb17e8d37286e12b2ff554cc77 Mon Sep 17 00:00:00 2001
From: dewekk <60457472+dewekk@users.noreply.github.com>
Date: Wed, 20 Nov 2024 19:53:27 +0900
Subject: [PATCH 2/2] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?=
=?UTF-8?q?=EA=B6=8C=ED=95=9C=20=EC=84=A4=EC=A0=95=20=EC=82=AD=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
문서 관리 권한이 없음에도 모든 모듈 관리자의 isGranted() 값이 true로 지정되는 문제
---
modules/board/board.view.php | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/board/board.view.php b/modules/board/board.view.php
index f665cba28..6400783a7 100644
--- a/modules/board/board.view.php
+++ b/modules/board/board.view.php
@@ -289,9 +289,6 @@ class BoardView extends Board
}
}
- // check the manage grant
- if($this->grant->manager) $oDocument->setGrant();
-
// if the consultation function is enabled, and the document is not a notice
if($this->consultation && !$oDocument->isNotice())
{