Skip to content
Snippets Groups Projects
Commit 8158ab15 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Fix date verifier show action

parent 804a1d66
Branches
Tags
No related merge requests found
......@@ -61,6 +61,8 @@ public class DateVerifier extends AbstractVerifier {
Matcher matcher = datePattern.matcher(dateStringValue);
if (!matcher.find()) {
vreFactory.addElement(VerificationResultEntryElement.create(dateValue));
vreFactory.addVerificationFix(
dateValue.isInputValue() ? SHOW_INPUT_ENTRIES : SHOW_OUTPUT_ENTRIES);
vreFactory.addToEntry(
VerificationClassification.FATAL_ERROR,
templateDecisionRule(dateValue.getDmnRule())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment