add isDirector
This commit is contained in:
parent
0aca69b371
commit
b89599e8ca
1 changed files with 1 additions and 0 deletions
|
|
@ -4618,6 +4618,7 @@ export class PositionController extends Controller {
|
||||||
return {
|
return {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
citizenId: item.current_holder?.citizenId ?? null,
|
citizenId: item.current_holder?.citizenId ?? null,
|
||||||
|
isDirector: item.isDirector ?? null,
|
||||||
prefix: item.current_holder?.prefix ?? null,
|
prefix: item.current_holder?.prefix ?? null,
|
||||||
firstName: item.current_holder?.firstName ?? null,
|
firstName: item.current_holder?.firstName ?? null,
|
||||||
lastName: item.current_holder?.lastName ?? null,
|
lastName: item.current_holder?.lastName ?? null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue