Variable picker improvement, grid will be always selecteable
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
e97fcdc5c8
commit
4558bd7be9
@@ -387,7 +387,7 @@ function getDynaformsVars ($sProcessUID, $bSystemVars = true, $bIncMulSelFields
|
|||||||
}
|
}
|
||||||
|
|
||||||
$aInvalidTypes = array("title", "subtitle", "file", "button", "reset", "submit", "javascript");
|
$aInvalidTypes = array("title", "subtitle", "file", "button", "reset", "submit", "javascript");
|
||||||
$aMultipleSelectionFields = array("listbox", "checkgroup", "grid");
|
$aMultipleSelectionFields = array("listbox", "checkgroup");
|
||||||
|
|
||||||
if ($bIncMulSelFields != 0) {
|
if ($bIncMulSelFields != 0) {
|
||||||
$aInvalidTypes = array_merge( $aInvalidTypes, $aMultipleSelectionFields );
|
$aInvalidTypes = array_merge( $aInvalidTypes, $aMultipleSelectionFields );
|
||||||
|
|||||||
Reference in New Issue
Block a user