mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
fix adding person to department action (#6455)
Signed-off-by: Evgenii Rechkalov <snorkysnark@gmail.com>
This commit is contained in:
parent
495644c8f0
commit
9ec7a98978
@ -444,7 +444,8 @@ export function createModel (builder: Builder): void {
|
||||
_class: hr.class.Department,
|
||||
query: {},
|
||||
searchField: 'name',
|
||||
placeholder: hr.string.Department
|
||||
placeholder: hr.string.Department,
|
||||
castRequest: hr.mixin.Staff
|
||||
},
|
||||
label: hr.string.Department,
|
||||
icon: hr.icon.Department,
|
||||
|
Loading…
Reference in New Issue
Block a user