myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3452] trunk/app/models/workflow.rb: fix for work


From: noreply
Subject: [myexperiment-hackers] [3452] trunk/app/models/workflow.rb: fix for workflow revision comments
Date: Wed, 27 Feb 2013 11:44:08 +0000 (UTC)

Revision
3452
Author
dgc
Date
2013-02-27 11:44:07 +0000 (Wed, 27 Feb 2013)

Log Message

fix for workflow revision comments

Modified Paths

Diff

Modified: trunk/app/models/workflow.rb (3451 => 3452)


--- trunk/app/models/workflow.rb	2013-02-26 16:16:20 UTC (rev 3451)
+++ trunk/app/models/workflow.rb	2013-02-27 11:44:07 UTC (rev 3452)
@@ -55,7 +55,8 @@
   
     :attributes => [ :contributor, :title, :unique_name, :body, :body_html,
                      :content_blob_id, :file_ext, :last_edited_by,
-                     :content_type_id, :preview_id, :image, :svg ],
+                     :content_type_id, :preview_id, :image, :svg,
+                     :revision_comments],
 
     :mutable => [ :contributor, :title, :unique_name, :body, :body_html,
                   :file_ext, :last_edited_by, :content_type_id, :image, :svg ]

reply via email to

[Prev in Thread] Current Thread [Next in Thread]