Allowed activity types are a property of case type
This commit is contained in:
@ -8,5 +8,8 @@ opencase_entities.oc_case_type.*:
|
||||
label:
|
||||
type: label
|
||||
label: 'Label'
|
||||
allowedActivityTypes:
|
||||
type: sequence
|
||||
label: 'Allowed Activity Types'
|
||||
uuid:
|
||||
type: string
|
||||
|
@ -55,4 +55,10 @@ class OCCaseType extends ConfigEntityBundleBase implements OCCaseTypeInterface {
|
||||
*/
|
||||
protected $label;
|
||||
|
||||
/**
|
||||
* Activity types that can be attached to this type of case.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $allowedActivityTypes;
|
||||
}
|
||||
|
Reference in New Issue
Block a user