|
|
|
@ -230,6 +230,8 @@ class FeatureService:
|
|
|
|
|
|
|
|
|
|
|
|
if features.billing.subscription.plan != "sandbox":
|
|
|
|
if features.billing.subscription.plan != "sandbox":
|
|
|
|
features.webapp_copyright_enabled = True
|
|
|
|
features.webapp_copyright_enabled = True
|
|
|
|
|
|
|
|
features.is_allow_transfer_workspace = True
|
|
|
|
|
|
|
|
else:
|
|
|
|
features.is_allow_transfer_workspace = False
|
|
|
|
features.is_allow_transfer_workspace = False
|
|
|
|
|
|
|
|
|
|
|
|
if "members" in billing_info:
|
|
|
|
if "members" in billing_info:
|
|
|
|
|