Commit d57dcc88 authored by Sergey Shadrin's avatar Sergey Shadrin

[#125555] [BE] Модуль контроля лицензий

- Changed severity level
parent 2df938ce
......@@ -30,7 +30,7 @@ function support_dar_requirements_alter(array &$requirements) {
$support_mail = 'support@dar.ru';
switch ($status) {
case LicenseManager::IS_NOT_ACTIVE:
$severity = REQUIREMENT_ERROR;
$severity = REQUIREMENT_WARNING;
$description = t('License not activated, contact us @support_mail', ['@support_mail' => $support_mail]);
break;
......
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