Commit 2871d302 authored by Shinya Maeda's avatar Shinya Maeda

Remove duplicated validations on cluster_name

parent c4f91fe4
......@@ -93,11 +93,6 @@ module Clusters
return false
end
if managed? && name_changed?
errors.add(:base, "cannot modify cluster name")
return false
end
true
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment