Actions
Bug #24625
openDatasource with spaces in name cannot be updated
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
100
Name check:
To do
Fix check:
To do
Regression:
No
Description
When creating a datasource with a Name
field containing spaces, the datasource key is correctly replacing the spaces.
But when the datasource is edited (change any input field, click on Save
), it returns an API error and both a success notification and an error notification without any error message.
The API response error is : Could not update data source 'name+with+spaces' <- Cannot update data source 'name+with+spaces', because it does not exist
The datasource should be updatable even if there is a space in the name.
Probably the wrong identifier is chosen for the update in the update request, it should be the key :
Files
Updated by Alexis Mousset 4 months ago
- Target version changed from 8.0 to 8.1
- Priority changed from 104 to 100
Actions