PM-936
Agregar columna en lista de procesos Se agrego la columna que indica la fecha de la ultima modificacion, de cualquier evento o cambio en el proceso
This commit is contained in:
@@ -182,7 +182,7 @@ class Process extends BaseProcess
|
||||
$this->setProCategory( $aData['PRO_CATEGORY'] );
|
||||
$this->setProSubCategory( '' );
|
||||
$this->setProIndustry( '' );
|
||||
$this->setProCreateDate( date('Y-m-d H:i:s') );
|
||||
$this->setProCreateDate( date("Y-m-d H:i:s") );
|
||||
$this->setProCreateUser( $aData['USR_UID'] );
|
||||
$this->setProHeight( 5000 );
|
||||
$this->setProWidth( 10000 );
|
||||
|
||||
@@ -151,5 +151,4 @@ if(isset($_POST['form']['PRO_UID']) && !empty($_POST['form']['PRO_UID'])) {
|
||||
G::LoadClass('processes');
|
||||
$infoProcess = new Processes();
|
||||
$resultProcess = $infoProcess->updateProcessRow($valuesProcess);
|
||||
$resultProcess = $infoProcess->getProcessRow($_POST['form']['PRO_UID']);
|
||||
}
|
||||
@@ -67,7 +67,7 @@ Ext.onReady(function(){
|
||||
/*----------------------------------********---------------------------------*/
|
||||
,{name : "PRO_TYPE_PROCESS", type: "string"}
|
||||
/*----------------------------------********---------------------------------*/
|
||||
,{name : "PRO_UPDATE_DATE"}
|
||||
,{name : "PRO_UPDATE_DATE"}
|
||||
]
|
||||
}),
|
||||
|
||||
@@ -231,7 +231,7 @@ Ext.onReady(function(){
|
||||
]
|
||||
}),
|
||||
store: store,
|
||||
tbar:[
|
||||
tbar:[
|
||||
{
|
||||
xtype: 'tbsplit',
|
||||
text: _('ID_NEW'),
|
||||
|
||||
Reference in New Issue
Block a user