Skip to content

Commit

Permalink
fixed #2546. Label type combo not displayed when creating new label.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Nov 7, 2024
1 parent 75b90ce commit 81a39af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/src/main/webapp/js/pages/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function displayPageLabel() {

displayInvariantList("system", "SYSTEM", false, '', '');
displayInvariantList("type", "LABELTYPE", false, undefined, undefined, undefined, undefined, "editLabelModal");
displayInvariantList("type", "LABELTYPE", false, undefined, undefined, undefined, undefined, "addLabelModal");
displayInvariantList("reqtype", "REQUIREMENTTYPE", false);
displayInvariantList("reqstatus", "REQUIREMENTSTATUS", false);
displayInvariantList("reqcriticity", "REQUIREMENTCRITICITY", false);
Expand Down

0 comments on commit 81a39af

Please sign in to comment.