myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2294] trunk/lib/rest.rb: partial fix for posting


From: noreply
Subject: [myexperiment-hackers] [2294] trunk/lib/rest.rb: partial fix for posting workflow versions
Date: Mon, 9 Nov 2009 10:50:47 -0500 (EST)

Revision
2294
Author
dgc
Date
2009-11-09 10:50:47 -0500 (Mon, 09 Nov 2009)

Log Message

partial fix for posting workflow versions

Modified Paths

Diff

Modified: trunk/lib/rest.rb (2293 => 2294)


--- trunk/lib/rest.rb	2009-10-30 14:38:18 UTC (rev 2293)
+++ trunk/lib/rest.rb	2009-11-09 15:50:47 UTC (rev 2294)
@@ -935,7 +935,7 @@
       image.close
     end
 
-    success = if content
+    success = if (action == 'create' and query['id'])
       ob.save_as_new_version(revision_comment)
     else
       ob.save

reply via email to

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