##// END OF EJS Templates
remove trailing white-space from app/models/issue.rb...
Toshi MARUYAMA -
r13738:1375b5b8c2f9
parent child
Show More
@@ -292,7 +292,7 class Issue < ActiveRecord::Base
292 292 # * or if the status was not part of the new tracker statuses
293 293 # * or the status was nil
294 294 def tracker=(tracker)
295 if tracker != self.tracker
295 if tracker != self.tracker
296 296 if status == default_status
297 297 self.status = nil
298 298 elsif status && tracker && !tracker.issue_status_ids.include?(status.id)
General Comments 0
You need to be logged in to leave comments. Login now