* Updated allwidgets form field ids* Used jsonplaceholder api to check service call. (#5502)

This commit is contained in:
siva kumar
2020-02-24 15:41:43 +05:30
committed by GitHub
parent 2d0b571875
commit 9219fa249c
2 changed files with 5 additions and 5 deletions

View File

@@ -81,8 +81,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
booleanvisibilityprocess: 'booleanvisibilityprocess',
numbervisibilityprocess: 'numbervisibilityprocess',
processformoutcome: 'outcomebuttons',
uploadsinglemultiplefiles: 'upload-single-multiple-pro',
processdisplayrestjson: 'process-display-rest-json'
uploadSingleMultipleFiles: 'upload-single-multiple-pro',
processDisplayRestJson: 'process-display-rest-json'
},
forms: {
tabVisibilityFields: {
@@ -127,13 +127,13 @@ export const ACTIVITI_CLOUD_APPS: any = {
resultcollectionform: {
name: 'resultcollectionform'
},
uploadsinglemultiple: {
uploadSingleMultiple: {
name: 'upload-single-multiple'
},
formwithjsonwidget: {
formWithJsonWidget: {
name: 'form-with-json-widget'
},
formwithallwidgets: {
formWithAllWidgets: {
name: 'form-with-all-widgets'
}