sovity / edc-ui

Connector UI for the sovity EDC Community Edition.
https://sovity.de/en/connect-to-data-space-en/
Apache License 2.0
33 stars 11 forks source link

Fix UI incorrectly displays errors in Policy #662

Open tmberthold opened 5 months ago

tmberthold commented 5 months ago

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

image

image

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.