From a7f518fb085c2b0a1d28a32acefa6762b42fee4f Mon Sep 17 00:00:00 2001 From: dheeyi Date: Tue, 23 Jun 2015 12:04:19 -0400 Subject: [PATCH] PM-2214 DesignerBPMN>Triggers>PMFunctions : La funcion predefinida orderGrid() no funciona --- workflow/engine/classes/class.pmFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index ac2a8b223..51bbdbcc6 100755 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -305,9 +305,9 @@ function executeQuery ($SqlStatement, $DBConnectionUID = 'workflow', $aParameter * @label order Grid * @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#orderGrid.28.29 * - * @param array | $dataM | User ID | A grid, which is a numbered array containing associative arrays with field names and their values, it has to be set like this "@=". + * @param array | $dataM | Grid Name | A grid, which is a numbered array containing associative arrays with field names and their values, it has to be set like this "@=". * @param string(32) | $field | Name of field | The name of the field by which the grid will be sorted. - * @param string(32) | $ord = "ASC"| Optional parameter | Optional parameter. The order which can either be 'ASC' (ascending) or 'DESC' (descending). If not included, 'ASC' will be used by default. + * @param string(32) | $ord = "ASC"| Optional parameter (Criteria) | Optional parameter. The order which can either be 'ASC' (ascending) or 'DESC' (descending). If not included, 'ASC' will be used by default. * @return array | $dataM | Grid Sorted | Grid sorted * */