some big beautfiul update
This commit is contained in:
@@ -110,6 +110,34 @@
|
||||
"type": "link",
|
||||
"entity": "CPuls",
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiId": {
|
||||
"type": "varchar",
|
||||
"maxLength": 255,
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiCollections": {
|
||||
"type": "array",
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"pending_sync",
|
||||
"clean",
|
||||
"unclean",
|
||||
"failed"
|
||||
],
|
||||
"style": {
|
||||
"pending_sync": "default",
|
||||
"clean": "success",
|
||||
"unclean": "warning",
|
||||
"failed": "danger"
|
||||
},
|
||||
"default": "pending_sync",
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
@@ -354,6 +354,12 @@
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"pulse": {
|
||||
"type": "hasMany",
|
||||
"entity": "CPuls",
|
||||
"foreign": "parent",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -227,8 +227,12 @@
|
||||
"foreign": "mietinkassosBeklagte",
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
"isCustom": true },
|
||||
"pulse": {
|
||||
"type": "hasMany",
|
||||
"entity": "CPuls",
|
||||
"foreign": "parent",
|
||||
"isCustom": true }
|
||||
},
|
||||
"collection": {
|
||||
"orderBy": "createdAt",
|
||||
|
||||
@@ -56,18 +56,24 @@
|
||||
"notStorable": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"anzahlTeamsAktiv": {
|
||||
"type": "int",
|
||||
"readOnly": true,
|
||||
"notStorable": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"anzahlTeamsAbgeschlossen": {
|
||||
"type": "int",
|
||||
"readOnly": true,
|
||||
"notStorable": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"prioritaet": {
|
||||
"type": "enum",
|
||||
"options": ["Niedrig", "Normal", "Hoch", "Dringend"],
|
||||
"default": "Normal",
|
||||
"isCustom": true,
|
||||
"style": {
|
||||
"Niedrig": "default",
|
||||
"Normal": "primary",
|
||||
"Hoch": "warning",
|
||||
"Dringend": "danger"
|
||||
}
|
||||
},
|
||||
"finalisiertAm": {
|
||||
"type": "datetime",
|
||||
"readOnly": true,
|
||||
@@ -112,6 +118,11 @@
|
||||
"type": "link",
|
||||
"entity": "User",
|
||||
"isCustom": true
|
||||
},
|
||||
"freigeschalteteNutzer": {
|
||||
"type": "linkMultiple",
|
||||
"entity": "User",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
@@ -154,6 +165,21 @@
|
||||
"entity": "Team",
|
||||
"relationName": "EntityTeam",
|
||||
"layoutRelationshipsDisabled": true
|
||||
},
|
||||
"freigeschalteteNutzer": {
|
||||
"type": "hasMany",
|
||||
"entity": "User",
|
||||
"foreign": "pulse",
|
||||
"additionalColumns": {
|
||||
"read": {
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
"edit": {
|
||||
"type": "bool",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -228,6 +228,12 @@
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"pulse": {
|
||||
"type": "hasMany",
|
||||
"entity": "CPuls",
|
||||
"foreign": "parent",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -32,6 +32,12 @@
|
||||
"type": "belongsTo",
|
||||
"entity": "User",
|
||||
"isCustom": true
|
||||
},
|
||||
"pulse": {
|
||||
"type": "hasMany",
|
||||
"entity": "CPuls",
|
||||
"foreign": "freigeschalteteNutzer",
|
||||
"isCustom": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,15 +3,24 @@
|
||||
"layouts": true,
|
||||
"tab": true,
|
||||
"acl": "recordAllTeamOwnNo",
|
||||
"aclPortal": false,
|
||||
"aclPortal": true,
|
||||
"aclPortalLevelList": [
|
||||
"all",
|
||||
"account",
|
||||
"contact",
|
||||
"own",
|
||||
"no"
|
||||
],
|
||||
"customizable": true,
|
||||
"importable": false,
|
||||
"notifications": true,
|
||||
"stream": true,
|
||||
"disabled": false,
|
||||
"type": "Base",
|
||||
"type": "BasePlus",
|
||||
"module": "Custom",
|
||||
"object": true,
|
||||
"isCustom": true,
|
||||
"calendar": false
|
||||
"calendar": false,
|
||||
"activity": true,
|
||||
"historyDisabled": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user