From 3fb7c480fb63dbc845dbb76c433574028de2c6a0 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 24 Mar 2023 08:47:23 +0800 Subject: [PATCH] * Add moduleName and methodName for edit system priv. --- module/group/view/editpriv.html.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module/group/view/editpriv.html.php b/module/group/view/editpriv.html.php index c1c166f329..decb2f814f 100644 --- a/module/group/view/editpriv.html.php +++ b/module/group/view/editpriv.html.php @@ -24,16 +24,15 @@ group->privName;?> name, "class='form-control'");?> - system)):?> + system);?> group->privModuleName;?> - moduleName, "class='form-control'");?> + '>moduleName, "class='form-control'") : $priv->moduleName;?> group->privMethodName;?> - methodName, "class='form-control'");?> + '>methodName, "class='form-control'") : $priv->methodName;?> - group->privView;?> view, "class='form-control chosen' onchange='loadModuleAndPackage(this.value)' data-drop_direction='down'");?>