mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-04 23:04:47 +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,
|
_class: hr.class.Department,
|
||||||
query: {},
|
query: {},
|
||||||
searchField: 'name',
|
searchField: 'name',
|
||||||
placeholder: hr.string.Department
|
placeholder: hr.string.Department,
|
||||||
|
castRequest: hr.mixin.Staff
|
||||||
},
|
},
|
||||||
label: hr.string.Department,
|
label: hr.string.Department,
|
||||||
icon: hr.icon.Department,
|
icon: hr.icon.Department,
|
||||||
|
Loading…
Reference in New Issue
Block a user