Merge branch 'consistent-filtered-search-boards' into 'master'

Make filtered search boards more consistent with EE

Closes #33723

See merge request !12235
This commit is contained in:
Phil Hughes 2017-06-19 07:42:15 +00:00
commit ea59f664e7
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default class FilteredSearchBoards extends gl.FilteredSearchManager {
// Issue boards is slightly different, we handle all the requests async
// instead or reloading the page, we just re-fire the list ajax requests
this.isHandledAsync = true;
this.cantEdit = cantEdit;
}