mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
Set visible to only_through_links on enterprise creation
This commit is contained in:
@@ -74,7 +74,7 @@ module Api
|
||||
end
|
||||
|
||||
def override_visible
|
||||
enterprise_params[:visible] = false
|
||||
enterprise_params[:visible] = "only_through_links"
|
||||
end
|
||||
|
||||
def enterprise_params
|
||||
|
||||
Reference in New Issue
Block a user