Files
twenty/packages/twenty-server
nitin edeaecad05 hotfix for lab (#9981)
Issue:
When attempting to toggle a public feature flag that didn't exist in the
workspace's feature flags array, the LabService threw a
FeatureFlagException with code FEATURE_FLAG_NOT_FOUND. This prevented
users from enabling public feature flags for the first time in their
workspace.
Fix:
Modified the LabService to handle non-existent public feature flags by
creating them instead of throwing an error. When the flag doesn't exist,
the service now saves a new feature flag record with the provided key
and value, associates it with the workspace, and returns the newly
created flag.
2025-02-03 22:25:46 +01:00
..
2024-09-18 17:35:08 +02:00
2025-02-03 22:25:46 +01:00
2024-12-12 15:46:48 +00:00
2024-09-20 11:02:52 +02:00
2025-01-27 21:07:49 +01:00
2025-01-27 21:07:49 +01:00
2025-01-27 21:07:49 +01:00