app/controllers/concepts/versions_controller.rb in iqvoc-3.5.3 vs app/controllers/concepts/versions_controller.rb in iqvoc-3.5.4
- old
+ new
@@ -82,10 +82,10 @@
authorize! :unlock, new_version
new_version.unlock
new_version.save :validate => false
-
+
flash[:notice] = t("txt.controllers.versioning.unlocked")
redirect_to concept_path(:published => 0, :id => new_version)
end
def consistency_check