diff --git a/app/models/plan.rb b/app/models/plan.rb index 5db4cde342..f3974d2403 100644 --- a/app/models/plan.rb +++ b/app/models/plan.rb @@ -1134,7 +1134,7 @@ def set_creation_defaults # Only run this before_validation because rails fires this before save/create if self.id.nil? self.title = "My plan (#{self.template.title})" if self.title.nil? && !self.template.nil? - self.visibility = 1 + self.visibility = 3 end end