Skip to content

Commit

Permalink
[webui] another fix for forwarding request
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 19, 2013
1 parent b982dca commit 4bd6065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/webui/request_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def forward_request_to(fwd)
tgt_prj, tgt_pkg = params[fwd].split('_#_') # split off 'forward_' and split into project and package
description = @req.value(:description)
if @req.has_element? 'state'
who = @req.state.value('who')
who = @req.find_first(:state).value('who')
description += ' (forwarded request %d from %s)' % [params[:id], who]
end

Expand Down

0 comments on commit 4bd6065

Please sign in to comment.