EOS-Solutions / Gordon

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

Selection issue when performing action on multiple apps #43

Closed Thomas-Torggler-EOS closed 3 months ago

Thomas-Torggler-EOS commented 3 months ago

Describe the bug There seems to be a selection/display issue when running an action (like uninstall / unpublish) on multiple apps. Somehow the selection is kept but not displayed after the action is executed.

To Reproduce Steps to reproduce the behavior:

  1. Select an app to unpublish.
  2. Unpublish
  3. The list refreshes and the app disappears.
  4. In the top left corner the "select-all" icon appears with a minus in it (like: [-]) as if there is still a selection that I can remove, but there is no selection displayed. Do not press this icon.
  5. Select a different app to be unpublished
  6. Unpublish
  7. Gordon will still try to unpublish the app selected at step 1, although it is no longer there.

If the "Select-all" icon (step 4) is pressed before proceeding with step 5, everything works fine.

Expected behavior The selection on the UI and the actual selected records should match.

Screenshots image image

Product