Variable picker improvement, hide pmconnections fields
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
4558bd7be9
commit
cff769855a
@@ -386,7 +386,7 @@ function getDynaformsVars ($sProcessUID, $bSystemVars = true, $bIncMulSelFields
|
||||
$aFields[] = array ('sName' => 'PIN','sType' => 'system','sLabel' => G::LoadTranslation('ID_TINY_SYSTEM_VARIABLES'));
|
||||
}
|
||||
|
||||
$aInvalidTypes = array("title", "subtitle", "file", "button", "reset", "submit", "javascript");
|
||||
$aInvalidTypes = array("title", "subtitle", "file", "button", "reset", "submit", "javascript", "pmconnection");
|
||||
$aMultipleSelectionFields = array("listbox", "checkgroup");
|
||||
|
||||
if ($bIncMulSelFields != 0) {
|
||||
|
||||
Reference in New Issue
Block a user