Commit Graph

6 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
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
bfc0be7e44 HOR-3207
Change web entry model.
2017-06-03 12:45:03 -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