Change in the definition of name in the export process
This commit is contained in:
@@ -2163,7 +2163,7 @@ class Processes {
|
||||
*/
|
||||
function serializeProcess ( $sProUid = '') {
|
||||
$oProcess = new Process( );
|
||||
$oData->process = $this->getProcessRow( $sProUid, true );
|
||||
$oData->process = $this->getProcessRow( $sProUid, false);
|
||||
$oData->tasks = $this->getTaskRows( $sProUid );
|
||||
$oData->routes = $this->getRouteRows( $sProUid );
|
||||
$oData->lanes = $this->getLaneRows( $sProUid );
|
||||
|
||||
Reference in New Issue
Block a user