Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(list-view): refresh list view after a resource is deleted or erased (DEV-1353) #828

Merged
merged 4 commits into from Sep 21, 2022

Conversation

mdelez
Copy link
Collaborator

@mdelez mdelez commented Sep 20, 2022

resolves DEV-1353

@mdelez mdelez added the bug A bug fix label Sep 20, 2022
@mdelez mdelez self-assigned this Sep 20, 2022
@mdelez mdelez marked this pull request as ready for review September 20, 2022 09:09
@@ -81,6 +82,8 @@ export class ListViewComponent implements OnChanges {

selectedResourceIdx: number[] = [];

componentCommsSubscriptions: Subscription[]= [];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space between bracket and equal character

Copy link
Collaborator

@Vijeinath Vijeinath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine

@mdelez mdelez merged commit c15d87b into main Sep 21, 2022
@mdelez mdelez deleted the wip/dev-1353-update-ui-delete-resource branch September 21, 2022 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants