Commit 0f0c120d authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверка НЕ прочитанности письма с конкретным шаблоном и в пределах указаной...

- Проверка НЕ прочитанности письма с конкретным шаблоном и в пределах указаной даты добавлена в конфиг
parent af2d4806
......@@ -68,5 +68,18 @@ return [
'placeholder' => 'Выберите дату'
]
]
],
'check-email-and-template-to-not-reading' => [
'class' => 'common\modules\triggers\components\conditions\conditions\CheckEmailAndTemplateToNotReading',
'params' => [
'template_id' => [
'type' => 'dropdownlist',
'items' => \common\modules\messageTemplate\models\MessageTemplate::find()->all()
],
'date' => [
'type' => 'date',
'placeholder' => 'Выберите дату'
]
]
]
];
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment