mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-08 04:18:41 +00:00
Added department relation
This commit is contained in:
parent
f16cbbc07b
commit
0ad70e8c81
|
|
@ -32,6 +32,7 @@ class PositionMapper extends DataMapperAbstract
|
|||
'organization_position_name' => ['name' => 'organization_position_name', 'type' => 'string', 'internal' => 'name'],
|
||||
'organization_position_description' => ['name' => 'organization_position_description', 'type' => 'string', 'internal' => 'description'],
|
||||
'organization_position_parent' => ['name' => 'organization_position_parent', 'type' => 'int', 'internal' => 'parent'],
|
||||
'organization_position_department' => ['name' => 'organization_position_department', 'type' => 'int', 'internal' => 'department'],
|
||||
'organization_position_status' => ['name' => 'organization_position_status', 'type' => 'int', 'internal' => 'status'],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user