Filter closed sprints when attaching issues to sprints

stable
Daniel García 2018-07-27 15:26:21 +02:00 committed by Alex Hermida
parent 2d5f18c8d4
commit b47d4e7e5b
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ fieldset.search-list
a.show-closed(
href=""
ng-if="showClosedVisible"
ng-if="filterClosed"
ng-click="toggleShowClosed()"
)
span(ng-if="!showClosed")

View File

@ -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=""