Created
September 28, 2010 05:24
-
-
Save dgoodlad/600451 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/ruote/engine/process_status.rb b/lib/ruote/engine/process_status.rb | |
index 7b5a470..9992403 100644 | |
--- a/lib/ruote/engine/process_status.rb | |
+++ b/lib/ruote/engine/process_status.rb | |
@@ -67,7 +67,7 @@ module Ruote | |
@errors = errors.sort! { |a, b| a.fei.expid <=> b.fei.expid } | |
- @schedules = schedules.sort! { |a, b| a.owner.sid <=> b.owner.sid } | |
+ @schedules = schedules.sort! { |a, b| a['owner'].sid <=> b['owner'].sid } | |
end | |
# Returns the expression at the root of the process instance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment