Skip to content
Snippets Groups Projects
Commit 9196b0ae authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3207193 by plato1123, jurgenhaas, ben.campbell: Possible to suppress...

Issue #3207193 by plato1123, jurgenhaas, ben.campbell: Possible to suppress checking of certain errors?
parent 23ab05dc
Branches
Tags
No related merge requests found
......@@ -1201,6 +1201,9 @@ class Domain extends ContentEntityBase implements DomainInterface {
// Ignore old drd_server requirements.
continue;
}
if ($requirement->isIgnored()) {
continue;
}
$severity = $value['severity'] ?? REQUIREMENT_INFO;
switch ($severity) {
case REQUIREMENT_ERROR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment