Compare commits

..

No commits in common. "4268f93ed3e79082ead2f7b9e2618e7e78d1e8d8" and "4018b9f7ceb3d1447b69bb848b1e614ff615b8c1" have entirely different histories.

View file

@ -4723,8 +4723,6 @@ 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,