Commit Graph

29 Commits

Author SHA1 Message Date
jennylee
312b8b4244 BUG 11969 Web session TimeOut at HOME
Se realizo una correccion de los direccionamientos de los iframes al perder sesion, ya q siempre q se perdia sesion antes, se mostraba dentro del mismo iframe el cuadro para volverse a logear, logrando asi q el usuario se mantenga en el mismo iframe una ves se relogee, sin tener asi q volver a buscar el lugar donde estaba trabajando. A pedido de QA, ahora se muestra el cuadro de logeo en el iframe mayor, totalmente fuera de PM, y siempre al volver a logearse se redirecciona al tab HOME > Index, y ya no asi al frame o lugar exacto donde se perdio sesion.

Por ejemplo: si se pie sesion en el listado Draft, no se volvera a dicho listado, sino en cambio al volverse a logear se redireccionara a HOME > Indexdex.

El cambio se aplico a los lugares donde se podia redireccionar al parent.

Se tomo en cuenta tambien que algunos clientes utilizan el listado de casos dentro de sus propias webs.
2013-09-02 17:45:37 -04:00
jennylee
8dca1d056f BUG 11969 Web session TimeOut at HOME
Se realizo una correccion de los direccionamientos de los iframes al perder sesion, ya q siempre q se perdia sesion antes, se mostraba dentro del mismo iframe el cuadro para volverse a logear, logrando asi q el usuario se mantenga en el mismo iframe una ves se relogee, sin tener asi q volver a buscar el lugar donde estaba trabajando. A pedido de QA, ahora se muestra el cuadro de logeo en el iframe mayor, totalmente fuera de PM, y siempre al volver a logearse se redirecciona al tab HOME > Index, y ya no asi al frame o lugar exacto donde se perdio sesion.

Por ejemplo: si se pie sesion en el listado Draft, no se volvera a dicho listado, sino en cambio al volverse a logear se redireccionara a HOME > Indexdex.

El cambio se aplico a los lugares donde se podia redireccionar al parent.
2013-08-29 16:37:25 -04:00
Marco Antonio Nina
1d5e74094b BUG-11555 PMFDerivateCase: No cambia el estado de DRAFT SOLVED
- El estado no era actualizado correctamente ya que al ejecutar el trigger se tenia datos antiguos con el cual se reescribia el estado del caso.
- al ejecutar un trigger se realiza el unset de las variables APP_STATUS, APP_PROC_STATUS, APP_PROC_CODE, APP_PIN  para que no sean modificadas.
2013-07-03 09:48:46 -04:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
Hector Cortez
d44e0f10a6 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Added Login modal to continue the session for dynaforms in cases.
2013-05-14 13:53:22 -04:00
ralpheav
06466df921 Bug 8665 3K issue:
Description: ./files directory cannot be up 32000 directories max at ext3 configuration.
Solution : split the uid case directory at 3 level to create a tree structure. Apply this new structure to all PM. Set a upgrade procedure at time to use processmaker upgrade <workspace> commnand as su.
2013-04-29 16:48:29 -04:00
Brayan Osmar Pereyra Suxo
da560d606f BUG 10148 I added validation to the function saveForm SOLVED
I added validation to the function saveForm
2012-12-06 16:44:10 -04:00
Brayan Osmar Pereyra Suxo
171b94ed1e BUG 10148 I removed merge and added method POST SOLVED
I removed merge and added method POST
2012-12-06 15:56:33 -04:00
Brayan Osmar Pereyra Suxo
0510888b5e BUG 10148 I added validation to value 1 in checkbox SOLVED
I added validation to value 1 in checkbox
2012-12-06 15:30:36 -04:00
Julio Cesar Laura
4cdbd2668a Changed references to deprecated file "cases_List" 2012-11-28 15:57:55 -04:00
user
f38c4d368c Removing requiere_once call to gain loading time. 2012-11-20 16:45:09 -04:00
Ralph Asendeteufrer
8f152c9daa CODE STYLE changes
files modified:   workflow/engine/methods/cases/cases_Reassign.php
                  workflow/engine/methods/cases/cases_ReassignByUser.php
                  workflow/engine/methods/cases/cases_Reassign_save.php
                  workflow/engine/methods/cases/cases_Redirect.php
                  workflow/engine/methods/cases/cases_Resume.php
                  workflow/engine/methods/cases/cases_Save.php
                  workflow/engine/methods/cases/cases_SaveData.php
                  workflow/engine/methods/cases/cases_SaveDataSupervisor.php
                  workflow/engine/methods/cases/cases_SaveDocument.php
                  workflow/engine/methods/cases/cases_SchedulerGetPlugins.php
                  workflow/engine/methods/cases/cases_SchedulerGetProcesses.php
                  workflow/engine/methods/cases/cases_SchedulerGetTasks.php
                  workflow/engine/methods/cases/cases_SchedulerValidateUser.php
                  workflow/engine/methods/cases/cases_Scheduler_ChangeStatus.php
                  workflow/engine/methods/cases/cases_Scheduler_Edit.php
                  workflow/engine/methods/cases/cases_Scheduler_List.php
                  workflow/engine/methods/cases/cases_Scheduler_Log.php
                  workflow/engine/methods/cases/cases_Scheduler_Log_Detail.php
                  workflow/engine/methods/cases/cases_Scheduler_New.php
                  workflow/engine/methods/cases/cases_Scheduler_Save.php
                  workflow/engine/methods/cases/cases_Scheduler_Update.php
2012-10-19 16:13:39 -04:00
norahmollo
2cb0b136d1 CODE STYLE Formating workflow/engine/methods/cases
Change format files in workflow/engine/methods/cases
2012-10-18 15:42:36 +00:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Brayan Osmar Pereyra Suxo
f1484ca998 BUG 8376 The Key Autoincrement in PMT Dynaform is requeried SOLVED
- I add the field Key Autoincrement no requeried in PMT dynaform
2012-07-19 18:53:48 -04:00
Victor Saisa Lopez
863956a815 BUG 9023 "Knowledgetree and ProcessMaker show error to upload some..." SOLVED
- Problem running case with field file with property value "Input" in the Dynaform, generates the following error: "This row doesn't exist!"
- Added the missing code in this section when the KnowledgeTree plugin is enabled.
2012-04-23 19:08:09 -04:00
Alvaro Campos
54cee71502 BUG 8503 fixed issue of Dynaform with PM Table 2012-02-22 15:56:11 -04:00
Erik Amaru Ortiz
8c91f1c057 BUG 0000 BUG 0000 User Inbox Simplified (third commit) 2012-01-31 18:45:30 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Erik Amaru Ortiz
7f336e1757 BUG 5979 "Cases are overwritten with data from another..." SOlVED
- problem fixed passing the app uid by GET and acomparing with the session data
  so, if there were differents a message to re-open case will be throw
2011-11-23 19:10:25 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hector Cortez
1fdac470d2 BUG 7066 Adjustment in PM tables into Process to updating records. 2011-06-23 14:34:21 -04:00
Carlos Pacha
9cc3d20424 BUG 0000 reversing this previous commit 2011-04-28 12:06:16 -04:00
Fernando Ontiveros
f10eece924 BUG 5163 fixing ?php tags
in many files
2011-04-25 16:31:12 -04:00
Carlos Pacha
6dfc05da04 BUG 6357 this bug was fixed
This issue is happening, this is happening when you create a output document and go back to previous step or leave a case, it created a duplicates and it shows function ereg_replace() is deprecated. I have fixed these and it's working fine, however there are some deprecated errors which are into ..thirdparty/html2ps_pdf, then we are going to wait the solucion from html2ps_pdf
2011-04-07 09:32:03 -04:00
Hugo Loza
c11538f543 Only save plugin info if is used (for input and input documents) 2011-02-23 22:36:39 +00:00
Hugo Loza
2a4dc6b8eb Bug Fixed: 6047. When a Input Document was used as dynaform field (no step) then the file is always deleted in precense of a plugin" workflow/engine/methods/cases/cases_SaveData.php 2011-02-22 23:10:43 +00:00
Gustavo Adolfo Cruz Laura
5b6cb08ca4 Bug 5933 now the save of the data of a dynaform linked with a pmtable dont create a duplicate record with id 0 2011-01-19 16:46:33 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00