some big beautfiul update
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user