- 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
- Se han implementado los siguientes Endpoints y sus correspondientes features (behat):
GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/triggers
GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/available-triggers/{type}
GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/trigger/{tri_uid}/{type}
POST /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/trigger
PUT /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/trigger/{tri_uid}
DELETE /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/step/trigger/{tri_uid}/{type}