-
Notifications
You must be signed in to change notification settings - Fork 186
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
Custom branding: add support to update multiple settings at a time #4450
Closed
2 tasks done
Tracked by
#4392
Labels
type/enhancement
Enhancement issue
Comments
|
|
AlexRuiz7
changed the title
Enhance the endpoint to update the plugin settings
Enhance the endpoint to update the plugin's settings
Sep 12, 2022
gdiazlo
changed the title
Enhance the endpoint to update the plugin's settings
Add support to update multiple settings at a time
Sep 13, 2022
AlexRuiz7
changed the title
Add support to update multiple settings at a time
Custom branding: add support to update multiple settings at a time
Sep 14, 2022
Changes
Redone some tests that required the plugin platform was up manually. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, the endpoint to update the plugin's settings only supports updating a setting at a time.
This means that if multiple settings are modified from the UI at the same time, the app will make a request for each of them to the NodeJS backend. This situation can be improved by redesigning the endpoint to allow the modification of every allowed setting in a single request.
Goal
/utils/configuration
endpoint to allow updating multiple settings at the same time.Depends on #4443.
Tasks
The text was updated successfully, but these errors were encountered: