You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevented Self-Crewed Unit Crew from Going on Maternity Leave Mid-Refit, Mid-Repair, or Mid-Mothballing
- Replaced `isActive` check with the new `isBusy` method in maternity leave eligibility logic.
- Added `isBusy` method in `Person` class to determine personnel activity based on status, unit assignments, and tasks.
- Includes checks for self-crewed units, technicians, unit deployments, and various task states (mothballing, refitting, repairing).
0 commit comments