Feature: Add new field ccuser in workflow step form

This commit is contained in:
nobohan
2023-03-21 16:08:26 +01:00
parent cbc3ee68b5
commit 2b3d7f34fc
6 changed files with 17 additions and 0 deletions

View File

@@ -41,6 +41,13 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface
use TrackUpdateTrait;
/**
* a list of future cc users for the next steps.
*
* @var array|User[]
*/
public array $futureCcUsers = [];
/**
* a list of future dest emails for the next steps.
*