Skip to content

Commit

Permalink
Make filter involvement configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Feb 26, 2025
1 parent a814331 commit cfadda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/views/webui/shared/bs_requests/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.collapse#content-selector-filters
= render partial: 'webui/shared/bs_requests/requests_filter',
locals: { selected_filter: selected_filter, creators: bs_requests_creators, url: url,
allowed_involvements: defined?(allowed_involvements) ? allowed_involvements : %w[incoming outgoing],
project: defined?(project) ? project : nil }
.col-md-8.col-lg-9.px-0.px-md-3.d-none.content-list-loading
= render partial: 'webui/shared/loading', locals: { text: 'Loading...', wrapper_css: ['loading'] }
Expand Down

0 comments on commit cfadda2

Please sign in to comment.