Merged in mcuiza/processmaker/PM-2007 (pull request #1831)
PM-2007 - (New Designer) DESIGNER -> Report Tables El campo type aparentemente soporta grillas
This commit is contained in:
@@ -112,6 +112,12 @@ class pmTables extends Controller
|
|||||||
$this->setJSVar( 'dataNumRows', $dataNumRows );
|
$this->setJSVar( 'dataNumRows', $dataNumRows );
|
||||||
$this->setJSVar( '_plugin_permissions', $repTabPluginPermissions );
|
$this->setJSVar( '_plugin_permissions', $repTabPluginPermissions );
|
||||||
$this->setJSVar( 'sizeTableName', $this->getSizeTableName());
|
$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' );
|
G::RenderPage( 'publish', 'extJs' );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -876,7 +876,8 @@ function validateFieldSizeAutoincrement(valueType, defaultValue) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
comboReport.setReadOnly(isBpmn);
|
||||||
|
|
||||||
processStore = new Ext.data.Store( {
|
processStore = new Ext.data.Store( {
|
||||||
autoLoad: true,
|
autoLoad: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user