Skip to content

Commit

Permalink
Fixed issue #17489: No question relevance field for array-by-column q…
Browse files Browse the repository at this point in the history
…uestion type (#2014)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Aug 20, 2021
1 parent e5fbda5 commit 4e9fb81
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions assets/scripts/admin/questions.js
Expand Up @@ -378,15 +378,6 @@ function OtherSelection(QuestionType) {
document.getElementById("Validation").style.display = "none";
document.getElementById("MandatorySelection").style.display = "";
}

if (QuestionType == "H") {
// hide relevance equation input for array by column question type until it is fixed
document.getElementById("relevanceContainer").style.display =
"none";
} else {
document.getElementById("relevanceContainer").style.display = "";
}

} catch (e) {
if (window.debugState.backend) console.ls.error(e);
}
Expand Down

0 comments on commit 4e9fb81

Please sign in to comment.