Changes to documents able to edit them now, also support for auto mail attechemnts
This commit is contained in:
@@ -23,6 +23,7 @@ public function rules(): array
|
||||
'text_template' => ['nullable', 'string'],
|
||||
'entity_types' => ['nullable', 'array'],
|
||||
'entity_types.*' => ['string', 'in:client,client_case,contract,person'],
|
||||
'allow_attachments' => ['sometimes', 'boolean'],
|
||||
'active' => ['boolean'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user