feat: Refactor CPuls entity and related resources; enhance localization, update layouts, and improve validation logic

This commit is contained in:
2026-02-13 10:28:21 +01:00
parent e1a963ffab
commit bf7eaa965f
12 changed files with 175 additions and 191 deletions

View File

@@ -4,12 +4,14 @@
"type": "varchar",
"notStorable": true,
"select": {
"select": "CONCAT:(team.name, ' - ', puls.name)"
"select": "CONCAT:(team.name, ' - ', puls.name)",
"leftJoins": ["team", "puls"]
},
"orderBy": {
"order": [
["team.name", "{direction}"]
]
],
"leftJoins": ["team"]
}
},
"puls": {