mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Updated allwidgets form field ids* Used jsonplaceholder api to check service call. (#5502)
This commit is contained in:
Binary file not shown.
@@ -81,8 +81,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
booleanvisibilityprocess: 'booleanvisibilityprocess',
|
booleanvisibilityprocess: 'booleanvisibilityprocess',
|
||||||
numbervisibilityprocess: 'numbervisibilityprocess',
|
numbervisibilityprocess: 'numbervisibilityprocess',
|
||||||
processformoutcome: 'outcomebuttons',
|
processformoutcome: 'outcomebuttons',
|
||||||
uploadsinglemultiplefiles: 'upload-single-multiple-pro',
|
uploadSingleMultipleFiles: 'upload-single-multiple-pro',
|
||||||
processdisplayrestjson: 'process-display-rest-json'
|
processDisplayRestJson: 'process-display-rest-json'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
tabVisibilityFields: {
|
tabVisibilityFields: {
|
||||||
@@ -127,13 +127,13 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
resultcollectionform: {
|
resultcollectionform: {
|
||||||
name: 'resultcollectionform'
|
name: 'resultcollectionform'
|
||||||
},
|
},
|
||||||
uploadsinglemultiple: {
|
uploadSingleMultiple: {
|
||||||
name: 'upload-single-multiple'
|
name: 'upload-single-multiple'
|
||||||
},
|
},
|
||||||
formwithjsonwidget: {
|
formWithJsonWidget: {
|
||||||
name: 'form-with-json-widget'
|
name: 'form-with-json-widget'
|
||||||
},
|
},
|
||||||
formwithallwidgets: {
|
formWithAllWidgets: {
|
||||||
name: 'form-with-all-widgets'
|
name: 'form-with-all-widgets'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user