no apply policies in wux
This commit is contained in:
parent
d4b0fc0e6b
commit
f5da86ac0a
|
@ -98,6 +98,9 @@ if (strstr($sec2, "enterprise/godmode/policies/policies") !== false) {
|
||||||
//the modules to show in syntetic module policy form must be the policy
|
//the modules to show in syntetic module policy form must be the policy
|
||||||
//modules from the same policy.
|
//modules from the same policy.
|
||||||
unset($modules['predictionserver']);
|
unset($modules['predictionserver']);
|
||||||
|
if (enterprise_installed()){
|
||||||
|
unset($modules['webux']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$show_creation = false;
|
$show_creation = false;
|
||||||
|
|
Loading…
Reference in New Issue