-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨Activate AI only if env set #782
Comments
rebeling
pushed a commit
to rebeling/docs
that referenced
this issue
Mar 27, 2025
Added a feature flag check to ensure the AIGroupButton is only rendered when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the AI button from appearing when the feature is not configured or disabled. Fixes suitenumerique#782 Signed-off-by: Matthias <[email protected]>
AntoLC
pushed a commit
that referenced
this issue
Mar 31, 2025
Added a feature flag check to ensure the AIGroupButton is only rendered when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the AI button from appearing when the feature is not configured or disabled. Fixes #782 Signed-off-by: Matthias <[email protected]>
AntoLC
pushed a commit
to rebeling/docs
that referenced
this issue
Mar 31, 2025
Added a feature flag check to ensure the AIGroupButton is only rendered when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the AI button from appearing when the feature is not configured or disabled. Fixes suitenumerique#782 Signed-off-by: Matthias <[email protected]>
AntoLC
pushed a commit
to rebeling/docs
that referenced
this issue
Mar 31, 2025
Added a feature flag check to ensure the AIGroupButton is only rendered when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the AI button from appearing when the feature is not configured or disabled. Fixes suitenumerique#782 Signed-off-by: Matthias <[email protected]>
AntoLC
pushed a commit
that referenced
this issue
Mar 31, 2025
Added a feature flag check to ensure the AIGroupButton is only rendered when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the AI button from appearing when the feature is not configured or disabled. Fixes #782 Signed-off-by: Matthias <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Even if the AI setting are not set the AI button is displayed on the frontend side.
Add a feature flag to activate the AI only when the setting are filled.
The text was updated successfully, but these errors were encountered: