mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add attach file forms and processes to resources file (#5793)
This commit is contained in:
@@ -113,7 +113,11 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw',
|
poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw',
|
||||||
poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch',
|
poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch',
|
||||||
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
||||||
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch'
|
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
|
||||||
|
attachFilesProcess: 'attach-files-process',
|
||||||
|
attachFileVisible: 'attach-file-visible',
|
||||||
|
attachFileInvisible: 'attach-file-invisible',
|
||||||
|
attachLocalFile: 'attach-local-file'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
tabVisibilityFields: {
|
tabVisibilityFields: {
|
||||||
@@ -172,8 +176,31 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
},
|
},
|
||||||
poolForm: {
|
poolForm: {
|
||||||
name: 'pool-usertaskform'
|
name: 'pool-usertaskform'
|
||||||
|
},
|
||||||
|
attachFilesForm: {
|
||||||
|
name: 'attach-files',
|
||||||
|
/* cSpell:disable */
|
||||||
|
attachFileWidget1: 'Attachfile09lgsk',
|
||||||
|
attachFileWidget2: 'Attachfile0wopvy'
|
||||||
|
},
|
||||||
|
attachFileVisible: {
|
||||||
|
name: 'attach-file-visible',
|
||||||
|
textField: 'Text0t9anw',
|
||||||
|
attachFileWidget1: 'Attachfile0tccnd',
|
||||||
|
attachFileWidget2: 'Attachfile08cfo7'
|
||||||
|
},
|
||||||
|
attachFileInvisible: {
|
||||||
|
name: 'attach-file-invisible',
|
||||||
|
textField: 'Text0nmwr7',
|
||||||
|
attachFileWidget1: 'Attachfile0l72dj',
|
||||||
|
attachFileWidget2: 'Attachfile0lccsg'
|
||||||
|
},
|
||||||
|
attachLocalFile: {
|
||||||
|
name: 'attach-local-file',
|
||||||
|
attachFileWidget1: 'Attachfile0ku0bu',
|
||||||
|
attachFileWidget2: 'Attachfile04mfeb'
|
||||||
|
/* cSpell:enable */
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
tasks: {
|
tasks: {
|
||||||
processstring: 'inputtask',
|
processstring: 'inputtask',
|
||||||
|
Reference in New Issue
Block a user