config/routes.rb in iqvoc-4.4.0 vs config/routes.rb in iqvoc-4.5.0
- old
+ new
@@ -50,9 +50,11 @@
post 'concepts/:origin/lock' => 'concepts/versions#lock', as: 'concept_versions_lock'
post 'concepts/:origin/unlock' => 'concepts/versions#unlock', as: 'concept_versions_unlock'
post 'concepts/:origin/to_review' => 'concepts/versions#to_review', as: 'concept_versions_to_review'
get 'concepts/:origin/consistency_check' => 'concepts/versions#consistency_check', as: 'concept_versions_consistency_check'
+ patch 'concepts/:origin/move' => 'concepts#move', as: 'move_concept'
+
post 'collections/:origin/branch' => 'collections/versions#branch', as: 'collection_versions_branch'
post 'collections/:origin/merge' => 'collections/versions#merge', as: 'collection_versions_merge'
post 'collections/:origin/lock' => 'collections/versions#lock', as: 'collection_versions_lock'
post 'collections/:origin/unlock' => 'collections/versions#unlock', as: 'collection_versions_unlock'
post 'collections/:origin/to_review' => 'collections/versions#to_review', as: 'collection_versions_to_review'