Feature: takes activity into account for AccompanyingPeriodInfo

This commit is contained in:
2023-04-20 16:22:16 +02:00
parent f3e0302f3f
commit 97b7ff2e43
3 changed files with 76 additions and 2 deletions

View File

@@ -109,6 +109,15 @@ class AccompanyingPeriod implements
*/
public const STEP_CONFIRMED = 'CONFIRMED';
/**
* Mark an accompanying period as confirmed, but inactive
*
* this means that the accompanying period **is**
* confirmed, but no activity (Activity, AccompanyingPeriod, ...)
* has been associated, or updated, within this accompanying period.
*/
public const STEP_CONFIRMED_INACTIVE = 'CONFIRMED_INACTIVE';
/**
* Mark an accompanying period as "draft".
*