Fix third party settings toggle
requested to merge 415273-third-party-ai-setting-should-only-be-shown-to-ultimate-customers into master
What does this MR do and why?
Due to the recent changes in Code suggestions third party group settings API... (!122918 - merged) there is a bug: third party ai settings appear in the UI for not-ultimate customers, but then the information from the form is not passed from controller to service. Model validation was not updated either. This is causing changing the toggle not to be effective.
This MR fixes this bug.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #415273 (closed)