-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Bug
Copy link
Labels
bugSomething isn't workingSomething isn't workingtriageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged
Description
Describe the bug
I'm unable to modify 'Page size' parameter for an existing SCIM provider.
At developer tools I see PUT request which doesn't contain the changed field. It's definitely a UI bug.
Besides that, Creation form doesn't work properly with this field as well. POST request doesn't contain field sync_page_size even when it contains non-default value.
How to reproduce
Create provider:
- Create a new SCIM provider with non-default value at 'Page size' field
- Open edit page for the just created provider and check the 'Page size' field. It has the default value.
Edit provider:
- Open Edit page for a SCIM provider
- Modify 'Page size' field and save
- Open Edit page for the just modified SCIM provider and check 'Page size' field. The changes are not applied.
- Check the provider configuration at the PG database. Changes are not saved at the DB.
Expected behavior
When I modify value for 'Page size' parameter for a SCIM provider and press 'Save':
- it has to be sent at the corresponding API request
- it has to be saved at the DB
- it has to be displayed on the provider parameters page (after refresh)
Screenshots
No response
Additional context
No response
Deployment Method
Docker
Version
2026.2.1
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged