PMCORE-2687: Classic Processes are not listed to start a case

fix description
This commit is contained in:
Rodrigo Quelca
2021-01-08 16:24:22 +00:00
parent 86ca7b96ea
commit 00a0929601
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ const services = {
GET_LISTS_COMPLETED: "/light/completed",
GET_USERS_PICTURES: "/light/users/data",
FORMS_ARRAY: "/light/project/{pro_uid}/activity/{act_uid}/steps",
GET_NEW_CASES: "/light/start-case",
GET_NEW_CASES: "/case/start-cases?type_view=category",
GET_HISTORY_CASES: "/light/history/{app_uid}",
LOGOUT_USER: "/light/logout",
UPLOAD_LOCATION: "/light/case/{app_uid}/upload/location",