Commit Graph

1011 Commits

Author SHA1 Message Date
Victor Saisa Lopez
374bb0d051 BUG 9006 "The changes made by process supervisors to fields in..." SOLVED
- The changes made by process supervisors to fields in DynaForms are not recorded in the Change Log

- Changes made by process supervisors to fields in DynaForms, may be viewed by a user if this is defined in "process permissions". with this the user will see the "Change Log" of a case.
- Additionally the following error was corrected:
  > Fatal error: Call to undefined method Ajax::dynaformViewFromHistory() in processmaker/workflow/engine/methods/cases/ajaxListener.php on line 42

  > The error was corrected by adding code to complete the "Change Log" in the option "View"
2012-04-23 10:16:01 -04:00
Julio Cesar Laura
a663188f84 BUG 000 Se borro una llave innecesaria en el ultimo cambio realizado 2012-04-17 12:14:34 -04:00
Julio Cesar Laura
8811f605ae BUG 000 Validacion para prevenir un error JS cuando el objeto parent no existe
- Cuando el contenido de un iframe (como los listados) es abierto en una ventana nueva y se accede
a los casos da un error JS porque se trata de acceder a un metodo del parent, que en este caso no existe

- Se agrego una validacion para prevenir este error
2012-04-17 12:10:57 -04:00
Marco Antonio Nina
543b98f2fe BUG 8833 En IE9 y CHROME ambos idiomas, la lista de pasos de duplica... SOLVED
- Al revisar el panel se advirtio que en el archivo cases_ToReviseOutputDocView.php se ejecutava un js creando el panel.
- Se verifico que al borrar el js no afecte a otros procesos que puedan estar llamando a este file.
2012-04-12 11:45:45 -04:00
Marco Antonio Nina
22643ff2f2 BUG 8917 No error message displayed if a case executes an external... SOLVER
- In the case step was not performed for external verification step, the case if a plugin existed or not.
- Added a verification whether or not there is a plugin for an external step, plus add a label in os environment.
2012-04-10 12:27:13 -04:00
Marco Antonio Nina
1c3634ce75 BUG 8835 In all browsers to choose an output only. Doc or. Pdf Displa... SOLVED
- It was verified that no distinction was being the type of file that was downloaded.
- Added code to identify the Tido powerful file so just download and display the correct download link.
2012-04-05 15:59:49 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Alvaro Campos
80a298f5ca BUG 8615 se adiciono la contraseña desencriptada SOLVED
- para no generar confusion en los usuarios
- ahora se muestra en un campo password la contraseña
2012-03-26 19:13:29 -04:00
Alvaro Campos
3e3018965b BUG 8743 Migrate Case Informations lists to ExtJS SOLVED
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents
2012-03-26 16:54:43 -04:00
Hector Cortez
d7844fdee6 BUG 8711 Problemas con la opcion "Print Form" SOLVED
- Envia un notice de error en la opcion Review
- Ajuste en Review en la impresion previa, se adicionó la variable del dynaform en curso.
2012-03-20 18:53:47 -04:00
Hector Cortez
fa3e1dd149 BUG 8647 PM. 2.0-Testing.13: No aparece el área Depurador ... SOLVED.
- Una vez habilitado el debugger, al loguear con un usuario no aparece el área "Depurador de ProcessMaker", área donde se muestran las variables y los triggers(Browser: Chrome).
- They attached the script cases_step.js when a process runs.
2012-03-09 10:30:21 -04:00
Erik Amaru Ortiz
2ef37673a1 BUG 8669 "External Link when you open a case" SOLVED (3nd)
- with the new cases list based on extjs, that funcionality was changed
    - to solve this you can pass two parameters (id, i) on cases/main script via a url is

    sample:
      old:
        http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c
      new:
        http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c54508080623

    where, two parameters is used id and i,
      id = APP_UID
      i = DEL_INDEX
2012-03-08 10:35:15 -04:00
Erik Amaru Ortiz
364a511687 BUG 8669 "External Link when you open a case" SOLVED (2nd)
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-08 09:51:09 -04:00
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Erik Amaru Ortiz
46040dca93 BUG 0000 litle fix for double case title in outputcos 2012-02-29 16:13:23 -04:00
Alvaro Campos
9f212c4b7f BUG 8525 problema solucionado de duplicidad de pantallas 2012-02-29 15:22:24 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Marco Antonio Nina
f8fd7f1cf7 BUG 7108 Add the tabs in the summary to download and build documents 2012-02-23 12:34:33 -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
40749dfb74 BUG 0000 BUG 0000 User Inbox Simplified (4th commit) 2012-02-01 17:28:30 -04:00
Alvaro Campos
c8ab691135 BUG 7084 fixed issue of multiple reassign 2012-02-01 16:33:53 -04:00
Erik Amaru Ortiz
8c91f1c057 BUG 0000 BUG 0000 User Inbox Simplified (third commit) 2012-01-31 18:45:30 -04:00
Alvaro Campos
58fbd0f8c2 BUG 7003 has been added DueDate in selfservice inbox.will be available in March 2012-01-27 18:00:53 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Hector Cortez
ee22d188cd BUG 5163 Changed the short open tags for PHP code to long open tag. 2011-12-22 16:56:22 -04:00
Alvaro Campos
28052f15e5 BUG 7084 the problem with the grid was solved reassign all cases by task 2011-12-15 12:27:51 -04:00
Julio Cesar Laura
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Alvaro Campos
f5053045f3 BUG 7664 added hide or show buttons in documents 2011-11-29 18:11:59 -04:00
Erik Amaru Ortiz
a5c18ecac6 BUG 8117 "En Home la propiedad de Reassign tiene un..." SOLVED
- the icon was for case summary action, but the title doesn't showing,. it is solved now
2011-11-29 15:45:06 -04:00
Erik Amaru Ortiz
4bbf5a48e6 BUG 8099 "La opción status en Reassign, se vi..." SOLVED
- the translation was being overwritten, but it is fixed now
2011-11-29 12:55:02 -04:00
Julio Cesar Laura
2b3df3a547 BUG 0000 Fix validation when 'parent' object not exists 2011-11-29 11:44:55 -04:00
Alvaro Campos
7e4a313f60 BUG 8058 se solucino problema para ver la informacion del caso. 2011-11-25 08:57:32 -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
Carlos Pacha
0d4d324a3f Merge branch '2.0-dev' of git.colosa.net:processmaker into 2.0-dev 2011-11-14 19:03:02 -04:00
Carlos Pacha
5b2efe5ea5 BUG 0000 improving the documents option (add, delete folders and docuemnts)
improving Code add, remove folder and documents
2011-11-14 19:01:53 -04:00
Hector Cortez
50852564be BUG 7998 Adjustment in output documents, added label when a case is running. 2011-11-10 15:28:10 -04:00
Alvaro Campos
bb6c3c78b9 BUG 7446 was added all options on the menu after 'Jump to' action 2011-11-10 10:31:24 -04:00
Alvaro Campos
f7add8444d BUG 7554 A new permission was added for the functionality of "Cancel" 2011-11-09 11:28:06 -04:00
Carlos Pacha
4ea0fb5ec7 BUG 7943 Steps browsing issue
Improving the code
2011-11-03 18:38:02 -04:00
Carlos Pacha
0034a2cc05 BUG 7943: Steps browsing issue
This issue was fixed, now displays the selected dynaform
2011-11-03 17:36:51 -04:00
Erik Amaru Ortiz
a7e4126f95 BUG 7598 "New Feature about the process information"
- Added an option to hide the process information on start case panel
-- the option is in ADMIN->Environments->Hide Process Information checkbox
2011-10-19 09:15:51 -04:00
Erik Amaru Ortiz
b8966fa558 BUG 0000 adjusting the case notes & case sumary columns width
- adjust width to others list
2011-10-14 15:27:44 -04:00
Erik Amaru Ortiz
8e32abae73 BUG 0000 adjusting the case notes & case sumary columns width
- removing old code on proceses/main.js
2011-10-14 15:22:53 -04:00
Erik Amaru Ortiz
412f887dec BUG 0000 updating adding script on open.php for caseNotes afer refactoring 2011-09-21 12:37:09 -04:00
Erik Amaru Ortiz
50b5149fac BUG 0000 Improvements & refactoring to Case Suammary Info Panel 2011-09-21 12:20:45 -04:00
Erik Amaru Ortiz
6388bc5a0a BUG 0000 "Adding a always visible open button on cases lists"
- added to give support for some mobile devices
2011-09-20 12:31:20 -04:00
Carlos Pacha
e9cd3c801e BUG 7597 Error Message on Information -> Task Information
This problem was fixed. added the current taskUid
2011-09-07 16:34:47 -04:00
Carlos Pacha
eff03dee1f BUG 7516 Login name is not enough for sender identification in case notes
This functionality was added within a case
2011-09-06 09:34:25 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hugo Loza
919968c3bf BUG 0000 Changing use of json_encode native
Modified now use the G:json_encode instead
2011-09-01 08:52:34 -04:00