- Los saltos de linea no estaban siendo parseados correctamente debido a un cambio previo en la version 2.5.2
- Se repuso y adapto parte del codigo que hacia el cambio de los saltos de linea
Se modifican los metodos POST y PUT para case scheduler, se adicionan validaciones. Behat para Case scheduler. Se mofifican algunas descripciones en output-documents. Validaciones process supervisor
- Unnecesary lines to set the configuration for "display_errors" and "error_reporting"
- Delete unnecesary lines and now this configurations is setted with the processmaker configuration (env.ini)
- Se han corregido validaciones con el campo "inp_doc_title" en POST y PUT
- Se a restablecido los behat basicos en un nuevo archivo
llamado "basic_sequence.feature" (Input Documents Resources)
- Se a renombrado el archivo "case_tracket.feature"
por "basic_sequence.feature" (Case Tracker)
- The command ./processmaker workspace-restore always change the files directory structure to new estructure
- The original structure shold not be changed in the 'workspace-restore' command, for this purpose exists another command to execute this action when the user require this functionality
Bug 13709 Al activar la opción ADMIN -> Login / Enable Forgot password, el modulo de recuperación de password 'Forgot password' en la ventana de login, muestra el mensaje: 'WARNING: Invalid email address in FROM parameter (<>)' después de ingresar los dat
- Se han implementado los siguientes Endpoints:
PUT /api/1.0/{workspace}/project/{prj_uid}/case-tracker/object/{obj_uid}
DELETE /api/1.0/{workspace}/project/{prj_uid}/case-tracker/object/{obj_uid}
1. On bootstrap class, was added static declaration for registerClass() method
2. On Patch class was removed at top the loadClass('system') call, because this make a redeclaration error, in PHP ver 5.3.2x
and it was moved into function that use that, now it is just loaded conditionally.
1. On bootstrap class, was added static declaration for registerClass() method
2. On Patch class was removed at top the loadClass('system') call, because this make a redeclaration error, in PHP ver 5.3.2x
and it was moved into function that use that, now it is just loaded conditionally.
- Se han implementado los siguientes Endpoints:
GET /api/1.0/{workspace}/project/{prj_uid}/case-tracker/property
PUT /api/1.0/{workspace}/project/{prj_uid}/case-tracker/property
GET /api/1.0/{workspace}/project/{prj_uid}/case-tracker/objects
GET /api/1.0/{workspace}/project/{prj_uid}/case-tracker/available-objects
GET /api/1.0/{workspace}/project/{prj_uid}/case-tracker/object/{obj_uid}
POST /api/1.0/{workspace}/project/{prj_uid}/case-tracker/object