mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[DW-1486] form versioning and cloud service enhancements (#5248)
* support form versions retrieval * rework cloud services, reduce code duplication * revert app config changes * fix api spelling error * support task form versioning * turn TaskDetailsCloudModel into interface * remove commented code * fix test * update tests * remove useless provider declarations
This commit is contained in:
committed by
Eugenio Romano
parent
1f768eb22f
commit
3644ba8b7c
@@ -960,7 +960,7 @@ export const headerVisibilityCond: any = {
|
||||
'name': 'text_form',
|
||||
'description': '',
|
||||
'version': 0,
|
||||
'standAlone': true,
|
||||
'standalone': true,
|
||||
'formDefinition': {
|
||||
'tabs': [],
|
||||
'fields': [
|
||||
|
@@ -1006,7 +1006,7 @@ export const tabInvalidFormVisibility: any = {
|
||||
'name': 'tab-visibility',
|
||||
'description': '',
|
||||
'version': 0,
|
||||
'standAlone': true,
|
||||
'standalone': true,
|
||||
'tabs': [
|
||||
{
|
||||
'id': 'a8a4718d-5019-4852-9645-bba9b8253d86',
|
||||
|
Reference in New Issue
Block a user