-
Notifications
You must be signed in to change notification settings - Fork 146
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
TRE UI does not update when an action on a VM completes #3724
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! David's more familiar with this than me so worth him checking too
ui/app/src/components/shared/notifications/NotificationItem.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty happy with this - so the core issue was that the TRE Researcher couldn't get the workspace details without the scope id. Remember this - and is why we added that /scopeid
endpoint, to deal with this elsewhere, so makes sense to use it here too. Cheers, great bug to squash!
/test-force-approve UI only. |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit f0355ee) (in response to this comment from @marrobi) |
Fixes #3353
How is this addressed