Migrate all remaining workspace migration create action to universal (#17836)
# Introduction Completely finalize the universal migration at builder and runner levels. Which mean that from now on the builder only compares `universalFlatEntity` and produces universal workspace migration that the runner ingest ## What's done Migrated all create metadata remaining for - agent - skill - commandMenuItem - navigationMenuItem - fieldMetadata - objectMetadata - view - viewField - viewFilter - viewGroup - viewFilterGroup - index - logicFunction - role - roleTarget - pageLayout - pageLayoutTab - pageLayoutWidget - rowLevelPermissionPredicate - rowLevelPermissionPredicateGroup - frontComponent
This commit is contained in:
+6
@@ -27,6 +27,12 @@ export enum WidgetConfigurationType {
|
||||
WORKFLOW_RUN = 'WORKFLOW_RUN',
|
||||
FRONT_COMPONENT = 'FRONT_COMPONENT',
|
||||
}
|
||||
export type AllGraphWidgetConfigurationType =
|
||||
| WidgetConfigurationType.AGGREGATE_CHART
|
||||
| WidgetConfigurationType.GAUGE_CHART
|
||||
| WidgetConfigurationType.PIE_CHART
|
||||
| WidgetConfigurationType.BAR_CHART
|
||||
| WidgetConfigurationType.LINE_CHART;
|
||||
|
||||
registerEnumType(WidgetConfigurationType, {
|
||||
name: 'WidgetConfigurationType',
|
||||
|
||||
Reference in New Issue
Block a user