Commit Graph

27 Commits

Author SHA1 Message Date
Roly Rudy Gutierrez Pinto
6d06baade1 HOR-3285 2017-07-26 11:20:07 -04:00
Paula V. Quispe
4ed5f2ddd2 HOR-2114 2016-12-01 09:58:31 -05:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
Paula V. Quispe
a75a53afb2 PM-4154 2015-11-24 10:00:06 -04:00
marcelo.cuiza
5b46d3e65a PM-31
Refactor output document / 0016759: Output Document pmGrids 0016760: Output Document Variables

Se agrego "Grid variables" a las opciones de Type Variable en el pmVariablePicker, que despliega los campos de las grillas que tiene en el proceso
2015-05-22 16:21:55 -04:00
marcelo.cuiza
eabfe30c0c PM-31
Refactor output document / 0016759: Output Document pmGrids 0016760: Output Document Variables

Se agrego "Grid variables" a las opciones de Type Variable en el pmVariablePicker, que despliega los campos de las grillas que tiene en el proceso
2015-05-15 14:44:27 -04:00
marcelo.cuiza
d00b8a0dff PM-31
Refactor output document / 0016759: Output Document pmGrids 0016760: Output Document Variables

Se agrego "Grid variables" a las opciones de Type Variable en el pmVariablePicker, que despliega los campos de las grillas que tiene en el proceso
2015-05-15 13:08:27 -04:00
Roly Rudy Gutierrez Pinto
8e28c0a16f PM-1344 2015-02-04 12:13:41 -04:00
Julio Cesar Laura
cff769855a Variable picker improvement, hide pmconnections fields 2014-05-02 16:37:07 -04:00
Julio Cesar Laura
4558bd7be9 Variable picker improvement, grid will be always selecteable 2014-05-02 16:37:07 -04:00
norahmollo
7b48d7ae39 System variavel label added
System variavel label added
2013-07-19 16:09:26 -04:00
norahmollo
5b7eea1154 WYSIWYG EDITOR functions or methods comments
WYSIWYG EDITOR functions or methods comments
2012-12-07 18:53:26 +00:00
Gustavo Cruz
d45c6bbd73 Another update to the grids wizard feature 2012-12-05 18:07:10 -04:00
norahmollo
18eed7907f WYSIWYG_EDITOR get Variables Grid
WYSIWYG_EDITOR get Variables Grid
2012-12-04 21:30:12 +00:00
norahmollo
b5b36f0149 WYSIWYG EDITOR get grids
WYSIWYG EDITOR get grids
2012-12-04 13:00:28 +00:00
Gustavo Cruz
f55ff5bdae Automatic merge with the upstream master branch 2012-11-29 12:18:58 -04:00
norahmollo
b50e802391 WYSIWYG EDITOR Variable Picker Layout
WYSIWYG EDITOR Variable Picker Layout
2012-11-23 14:05:44 +00:00
Victor Saisa Lopez
1851b43d5b BUG 6828 "Request that the address and label of link fields in..." SOLVED
- New feature
- Request that the address and label of link fields in DynaForms can be
  set and saved using case variables
- Populate links in a grid via trigger
- Added this new funcionality
- Take into account the following (examples):
    > Triggers
        * Populate a link field
            @@MyLink = "http://www.php.net";
            @@MyLink_label = "Read about PHP";

        * Populate links in a grid
            @=MYGRID = array();
            $i = 1;

            $rs = $stmt->executeQuery("SELECT USR_USERNAME FROM USERS", ResultSet::FETCHMODE_ASSOC);

            while ($rs->next()) {
                $row = $rs->getRow();

                @=MYGRID[$i] = array(
                    "MyField" => $row["USR_USERNAME"],
                    "MyLink" => "http://www.php.net",
                    "MyLink_label" => "Read about PHP, $i"
                );

                $i = $i + 1;
            }
    > JavaScript, populate a link field:
        getField("MyLink").href = "http://www.php.net";
        getField("MyLink").innerHTML = "Read about PHP";
* Available from version 2.0.46
2012-11-22 17:50:52 -04:00
Fernando Ontiveros
1a92713791 CODE STYLE class.xmlfield_Input.php, fixing a typo error 2012-10-09 14:14:20 -04:00
Fernando Ontiveros
f07f0d1e7d CODE STYLE class.xmlfield_Image.php and class.xmlfield_InputPM.php 2012-10-09 13:43:23 -04:00
Julio Cesar Laura
4ac41f87ad BUG 9287 The variable picker for the trigger editor does not show grid variables in the list
- The grid fields don't display a label
- Added a default label for the grid fields
2012-07-09 22:42:59 -04:00
Julio Cesar Laura
1ccc82e440 BUG 8745 When defining Subprocess properties, grid, listbox, file and ...
- These fields are ommited when the list is generated
- An optional parameter was added, which if it is on "1" includes multiple selection fieds: such as listbox, checkgroup and grid
- File field can't be included becuase it's necessary to define first how files will be copied if we decide to include it later
2012-04-02 15:34:34 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Carlos Pacha
b8670beaaf BUG 7375 En la version 2.0.32 RC4, en system falta la opcion @@PIN
This issue was fixed, The option was added.
2011-08-26 12:13:46 -04:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00