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