Set visible to only_through_links on enterprise creation

This commit is contained in:
Jean-Baptiste Bellet
2023-07-25 10:52:30 +02:00
parent 5a0d4d2a93
commit d22566aa50
2 changed files with 9 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ module Api
end
def override_visible
enterprise_params[:visible] = false
enterprise_params[:visible] = "only_through_links"
end
def enterprise_params