Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dar-otechestvu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Open-source
dar-otechestvu
Commits
d57dcc88
Commit
d57dcc88
authored
Mar 08, 2025
by
Sergey Shadrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#125555] [BE] Модуль контроля лицензий
- Changed severity level
parent
2df938ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
support_dar.module
modules/custom/support_dar/support_dar.module
+1
-1
No files found.
modules/custom/support_dar/support_dar.module
View file @
d57dcc88
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment