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

Fix Reverify -> After all actions!

parent 69afaa10
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,8 @@ function cleanDmnVerifierRoot() {
}
function checkVerifications() {
cleanDmnVerifierRoot();
saveSessionDmn();
cleanDmnVerifierRoot();
getVerifications();
}
......
......@@ -71,14 +71,14 @@ function performVerificationFix(verificationEntry, fix, id, $callerButton) {
default:
alert("Action not defined: " + fix);
}
if (cud) {
$callerButton.css('display', 'none');
if ($checkBoxReverify[0].checked) {
checkVerifications();
}
}
if (cud) {
$callerButton.css('display', 'none');
if ($checkBoxReverify[0].checked) {
checkVerifications();
}
performHighlightFunction();
}
performHighlightFunction();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment