Skip to content

Commit

Permalink
[api] Made more sense out of the returned last history item state
Browse files Browse the repository at this point in the history
This hopefully reflects better what the actual case represents.
Conflicts:
	src/api/app/models/bs_request.rb
  • Loading branch information
muelli authored and adrianschroeter committed Apr 7, 2014
1 parent aa5c885 commit 0d226fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/bs_request.rb
Expand Up @@ -568,7 +568,7 @@ def events
when :declined then
what, color = 'reopened request', 'maroon'
else
what = "played with his balls - #{last_history_item.state}"
what = "weird state of last history item - #{last_history_item.state}"
end
else
what = 'created request'
Expand Down

0 comments on commit 0d226fd

Please sign in to comment.