no apply policies in wux

This commit is contained in:
daniel 2017-08-22 11:39:21 +02:00
parent d4b0fc0e6b
commit f5da86ac0a
1 changed files with 3 additions and 0 deletions

View File

@ -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
//modules from the same policy.
unset($modules['predictionserver']);
if (enterprise_installed()){
unset($modules['webux']);
}
}
$show_creation = false;