epam/edp-headlamp

[EPMDEDP-13851] UI does not automatically update the list of Applications after editing an Environment

Closed this issue · 0 comments

Describe the bug
When a user edits the list of Applications (either by adding or removing applications) within an Environment, the changes are not immediately reflected in the UI. The user needs to manually reload the page to see the updated list of Applications. This issue hampers the user experience by not providing real-time feedback on changes made to the Environments.

To Reproduce

What did you do?

  1. Navigate to 'Environments'.
  2. Select and open an Environment.
  3. Click on 'Edit Environment'.
  4. Change the list of Applications (Add or Remove).
  5. Click 'Save'.

What did you expect to see?

The list of Applications should automatically update to reflect the changes made by the user without the need to manually reload the page.

What did you see instead? Under which circumstances?

The list of Applications does not update after changes are made. The user must reload the page to see the updated list.

Kubernetes cluster type:
Not specified.

Additional context

  • After editing the list of Applications in an Environment and clicking 'Save', the UI should automatically update to reflect the changes.
  • The update should occur without requiring the user to manually reload the page.