Compare commits
3 commits
4018b9f7ce
...
4268f93ed3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4268f93ed3 | ||
|
|
d7b45c322d | ||
|
|
34fb5321b1 |
1 changed files with 2 additions and 0 deletions
|
|
@ -4723,6 +4723,8 @@ export class PositionController extends Controller {
|
|||
posMaster.next_holder == null
|
||||
? null
|
||||
: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
||||
isCondition: posMaster.isCondition,
|
||||
conditionReason: posMaster.conditionReason,
|
||||
positions: posMaster.positions.map((position) => ({
|
||||
id: position.id,
|
||||
positionName: position.positionName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue