eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Not integrated role deletion function for app release process #849

Open jjeroch opened 1 month ago

jjeroch commented 1 month ago

KnownKnown of version 2.0.0

Inside the *App Release Process Step 4 the support of User Role deletion was not working since the 'GET /api/apps/AppReleaseProcess/{appId}/roles' endpoint did not provided the roleId which is mandatorily needed for deletion. With the latest push from backend, the roleId is now available and the feature can get activated and tested again