Skip to content
Snippets Groups Projects
Commit 236178c3 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed boards filters

parent 0fead047
No related branches found
No related tags found
1 merge request!5293Updated issuable form with GL dropdowns
Pipeline #
class Projects::BoardsController < Projects::ApplicationController class Projects::BoardsController < Projects::ApplicationController
include IssuableCollections
respond_to :html respond_to :html
   
before_action :authorize_read_board!, only: [:show] before_action :authorize_read_board!, only: [:show]
Loading
Loading
- finder = controller.controller_name == 'issues' ? issues_finder : merge_requests_finder - finder = controller.controller_name == 'issues' || controller.controller_name == 'boards' ? issues_finder : merge_requests_finder
.issues-filters .issues-filters
.issues-details-filters.row-content-block.second-block .issues-details-filters.row-content-block.second-block
= form_tag page_filter_path(without: [:assignee_id, :author_id, :milestone_title, :label_name, :issue_search]), method: :get, class: 'filter-form js-filter-form' do = form_tag page_filter_path(without: [:assignee_id, :author_id, :milestone_title, :label_name, :issue_search]), method: :get, class: 'filter-form js-filter-form' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment