Commit Graph

10 Commits

Author SHA1 Message Date
Roly Gutierrez
9135a175bb PMCORE-3909 PMCORE-3905: Add option to disable session warning in web entry when "Require user login" is selected 2022-08-11 19:00:12 -04:00
davidcallizaya
50c4a1ee0a HOR-3522
+ Add field WE_SHOW_IN_NEW_CASE.
+ Filter New Case list, considering the WE_SHOW_IN_NEW_CASE.
2017-08-10 15:46:09 -04:00
davidcallizaya
479ee81780 HOR-3340
5. Change default value of HIDE_INFORMATION_BAR to 1 (To maintain same configuration of webentry1 registers)
2017-06-04 12:49:38 -04:00
davidcallizaya
dd919be30d HOR-3226
Changed BOOLEAN type by CHAR(1) to fix the database-upgrade.
2017-06-03 16:05:00 -04:00
davidcallizaya
08375cfce1 HOR-3207
Fix CS observations
Fix commented code
2017-06-03 12:46:23 -04:00
davidcallizaya
2b918b25fc HOR-3207
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 12:46:22 -04:00
davidcallizaya
bfc0be7e44 HOR-3207
Change web entry model.
2017-06-03 12:45:03 -04:00
Daniel Rojas
6e221a1e0c Se adiciona campo dyn_content para end points de dynaform 2014-06-25 12:53:18 -04:00
Erik Amaru Ortiz
d0e20c4b2e Session handling to prevent session lose in other places like, home, admin, etc
when user is using the new designer that have not session because it is using only the API
2014-06-16 18:56:08 -04:00
Victor Saisa Lopez
6feb095227 ProcessMaker-BE "Web Entry, adapt for save data in database (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entries
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
2014-04-22 13:11:32 -04:00