PM-2007
(New Designer) DESIGNER -> Report Tables El campo type aparentemente soporta grillas Se valido segun BPMN Y BPM
This commit is contained in:
@@ -112,6 +112,12 @@ class pmTables extends Controller
|
||||
$this->setJSVar( 'dataNumRows', $dataNumRows );
|
||||
$this->setJSVar( '_plugin_permissions', $repTabPluginPermissions );
|
||||
$this->setJSVar( 'sizeTableName', $this->getSizeTableName());
|
||||
|
||||
require_once 'classes/model/AdditionalTables.php';
|
||||
$process = new Process();
|
||||
$isBpmn = $process->isBpmnProcess($_GET['PRO_UID']);
|
||||
|
||||
$this->setJSVar( 'isBpmn', $isBpmn );
|
||||
|
||||
G::RenderPage( 'publish', 'extJs' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user