Skip to content

Commit e4e4387

Browse files
authored
Tools: 権限メニューエンティティの追加(4.1) (#2092)
- 権限メニューへ追加するエンティティを追加
1 parent e92fc2b commit e4e4387

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

iplass-tools/src/main/java/org/iplass/mtp/impl/tools/tenant/create/CreateMenuProcess.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* Copyright (C) 2018 DENTSU SOKEN INC. All Rights Reserved.
3-
*
3+
*
44
* Unless you have purchased a commercial license,
55
* the following license terms apply:
6-
*
6+
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Affero General Public License as
99
* published by the Free Software Foundation, either version 3 of the
1010
* License, or (at your option) any later version.
11-
*
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU Affero General Public License for more details.
16-
*
16+
*
1717
* You should have received a copy of the GNU Affero General Public License
1818
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
*/
@@ -31,6 +31,10 @@
3131
import org.iplass.mtp.view.menu.MenuTree;
3232
import org.iplass.mtp.view.menu.MenuTreeManager;
3333

34+
/**
35+
* テナントメニュー作成プロセス
36+
* @author DENTSU SOKEN INC.
37+
*/
3438
public class CreateMenuProcess implements TenantCreateProcess {
3539

3640
/** 初期メニュー用の定義名 */
@@ -42,7 +46,7 @@ public class CreateMenuProcess implements TenantCreateProcess {
4246
/** 権限情報Node子アイテム名 */
4347
private static final String[] PERMISSION_NODE_CHILDREN = {
4448
"mtp/auth/Role", "mtp/auth/ActionPermission", "mtp/auth/WebApiPermission", "mtp/auth/EntityPermission", "mtp/auth/WorkflowPermission",
45-
"mtp/auth/CubePermission" };
49+
"mtp/auth/CubePermission", "mtp/auth/McpPermission" };
4650

4751
/** 基本情報Node名 */
4852
private static final String STANDARD_NODE_NAME = "standard_node";

0 commit comments

Comments
 (0)