|
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) |
partial fix for posting workflow versions
--- 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
[Prev in Thread] | Current Thread | [Next in Thread] |