Actions
Bug #20491
closedError message in technique editor doesn't help
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
When an error occurs in technique editor, a notification with a generic message tell us that an error occured, but nothing more, which is a shame since the API return an error message, which most of the time, tell us what goes wrong.
For example, when we try to save a technique that already exist, we have an error notification (See screenshot) :
Error when saving technique: The server had a problem, try again later
But the API provides a clear error message about what happen
"Could not create ncf technique <- Technique name and ID must be unique. 'Toto' already used"
We should at least be able to display the error message response from the API.
Files
Updated by Elaad FURREEDAN almost 3 years ago
- Status changed from New to In progress
Updated by Elaad FURREEDAN almost 3 years ago
Work in progess here: https://github.com/ElaadF/rudder/commit/c848d240848d4dcb5f92afab94081fc58cae1321
Updated by Elaad FURREEDAN almost 3 years ago
Work in progess here: https://github.com/ElaadF/rudder/commit/750c5f40e3020c77d02336c3ae1d476bc5904526
Updated by Elaad FURREEDAN almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4078
Updated by Elaad FURREEDAN almost 3 years ago
- Related to Bug #20133: Technique editor allows id with only case difference, do an error, but still save technique added
Updated by Anonymous almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2048db20fef8c251b80a05d0c85037b80ad22496.
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc3 which was released today.
Actions