EOS-Solutions / Gordon

Repository to manage Issues related to Gordon apps
0 stars 0 forks source link

Uninstall / Unpublish (maybe others?) actions do not report a failure to the UI #44

Closed Thomas-Torggler-EOS closed 3 months ago

Thomas-Torggler-EOS commented 3 months ago

Describe the bug When running an unpublish or uninstall and this operations for whatever reason fails, the user is not informed of the failure. The list refreshes and the app is still there as if nothing happened. However, the error is correctly recorded to the log.

To Reproduce Steps to reproduce the behavior:

  1. Select an app that cannot be unpublished (because it is a dependency of another app)
  2. Unpublish
  3. No error is raised, and the app is not unpublished.

Expected behavior I expect an error message in the UI with the error that occurred.

Screenshots image

Product