Merge pull request #2134 from Jennydmz/BUG-13421
BUG-13421 Ordenamiento en el listado de procesos 'Designer'.
This commit is contained in:
@@ -49,7 +49,7 @@ class Process extends BaseProcess
|
|||||||
*/
|
*/
|
||||||
protected $pro_title = '';
|
protected $pro_title = '';
|
||||||
public $dir = 'ASC';
|
public $dir = 'ASC';
|
||||||
public $sort = '';
|
public $sort = 'PRO_TITLE';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the [Pro_title] column value.
|
* Get the [Pro_title] column value.
|
||||||
|
|||||||
Reference in New Issue
Block a user