-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix UI incorrectly displays errors in Policy #662
Comments
While the UI is not supporting every edge-case and all shenanigans that could be achieved by using the management API, we recently implemented and/or constraints and empty constraints officially into the UI and the API Wrapper. This should suffice to support most use cases found in MDS or Catena-X. So, while we don't have and probably don't intend to implement everything described in this issue, the linked MDS issue was fixed here: sovity/edc-ce#1012 The question here is: Can this be closed? |
the original MDS issue includes only 0 constraints error and as mentioned before it was already fixed. |
@kamilczaja @illfixit thanks for sharing these insights. We will assess the efficiency of the current fixes after all connectors have been upgraded to latest version of edc-ui. moving this issue to a later sprint. |
|
Bug Report
Description
If policies are created via the Management-API that cannot be created via the UI, the UI indicates that the policy is incorrect, even though they technically work.
Expected Behavior
Don't show errors in the UI if technically there aren't any. Or expand the UI so that all functionalities of the Management-API are supported.
Observed Behavior
Steps to Reproduce
Steps to reproduce the behavior:
Create a policy via Management-API, which cannot be created via the UI but still works technically.
Context Information
Possible Implementation and Work Breakdown
Possible short-term solution: Hide the error message for the scenario described above given that the policy actually works.
The text was updated successfully, but these errors were encountered: