Skip to content

Commit

Permalink
Merge pull request #6327 from eduardoj/unused_requests
Browse files Browse the repository at this point in the history
Remove unused requests variable
  • Loading branch information
bgeuken committed Nov 21, 2018
2 parents 73cdd5f + e9b97f7 commit 44c3b43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ExcludedRequestsController < WebuiController

def index
@request_exclusions = @staging_workflow.request_exclusions
@requests = @staging_workflow.unassigned_requests
end

def create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%i.fas.fa-plus-circle.text-primary
Exclude request

= render partial: 'create_dialog', locals: { requests: @requests }
= render partial: 'create_dialog'

= content_for :ready_function do
:plain
Expand Down

0 comments on commit 44c3b43

Please sign in to comment.