Filter closed sprints when attaching issues to sprints
parent
2d5f18c8d4
commit
b47d4e7e5b
|
@ -5,7 +5,7 @@ fieldset.search-list
|
|||
|
||||
a.show-closed(
|
||||
href=""
|
||||
ng-if="showClosedVisible"
|
||||
ng-if="filterClosed"
|
||||
ng-click="toggleShowClosed()"
|
||||
)
|
||||
span(ng-if="!showClosed")
|
||||
|
|
|
@ -27,6 +27,7 @@ a.assign-issue-button.button-gray.is-editable.button-set(
|
|||
filter-by="['name', 'estimated_start', 'estimated_finish']"
|
||||
project="project"
|
||||
item-type="sprint"
|
||||
filter-closed="true"
|
||||
)
|
||||
button.button-green.select-option(
|
||||
href=""
|
||||
|
|
Loading…
Reference in New Issue