An error occurred while fetching the assigned milestone of the selected merge_request.
js
src
modal.js +43 -11
tests/unit
modal.js +95 -28
+ 43
- 11
@@ -67,7 +67,8 @@ const Modal = (($) => {
@@ -212,7 +213,6 @@ const Modal = (($) => {
@@ -429,21 +429,53 @@ const Modal = (($) => {
+ 95
- 28
@@ -9,6 +9,10 @@ $(function () {
@@ -336,81 +340,144 @@ $(function () {