feat: Refactor CPuls entity and related resources; enhance localization, update layouts, and improve validation logic
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user