Update manifest structure (#17547)
Move all sync entities in an `entities` key. Rename functions to
logicFunctions
```json
{
application: {
...
},
entities: {
objects: [],
logicFunctions: [],
...
}
}
```
This commit is contained in:
+2
-2
@@ -29,8 +29,8 @@ const MOCK_FLAT_APPLICATION: FlatApplication = {
|
||||
sourceType: 'local',
|
||||
sourcePath: '',
|
||||
logicFunctionLayerId: null,
|
||||
defaultLogicFunctionRoleId: null,
|
||||
defaultLogicFunctionRole: null,
|
||||
defaultRoleId: null,
|
||||
defaultRole: null,
|
||||
canBeUninstalled: false,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@ const MOCK_FLAT_APPLICATION: FlatApplication = {
|
||||
sourceType: 'local',
|
||||
sourcePath: '',
|
||||
logicFunctionLayerId: null,
|
||||
defaultLogicFunctionRoleId: null,
|
||||
defaultLogicFunctionRole: null,
|
||||
defaultRoleId: null,
|
||||
defaultRole: null,
|
||||
canBeUninstalled: false,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user