|
Current situation or problem:
In the existing implementation warnings are displayed together with errors. For example, the warnings stating that no change in value was needed (because the same value already exists) are displayed together with errors (when the proposed update is not supported):
In scope
- Create a new accordion for warnings
- Separate errors from warnings
Out of scope
TBD
Use case(s)
1. Information that change of the value is not needed because the value is already present - to be listed under warnings
2. Attempt to update to invalid or unsupported value - to be listed under errors
|