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 fbc54c0 commit f7488e0
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 @@ -579,7 +579,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 f7488e0

Please sign in to comment.