app/controllers/fiona7/release_controller.rb in infopark_fiona7-1.6.1.1.1 vs app/controllers/fiona7/release_controller.rb in infopark_fiona7-1.6.1.1.5

- old
+ new

@@ -80,9 +80,12 @@ # TODO: translate error = "Unable to release Object with ID #{widget_obj.id} because: #{e.message}" errors << error end end + if Fiona7.mode == :standalone + complex_object.check_binaries + end #complex_object.binaries.each do |widget_obj| # widget_obj.take # widget_obj.release!(comment) #end rescue => e