We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Collected facts are not updated in an ongoing operation.
Steps to reproduce the behavior:
host.dir.staged
The results of step 8 should occur without having to navigate away and back in steps 6/7.
Still need to do some testing, but likely has to do with how the facts are loaded in the onMounted hook.
onMounted
magma/src/components/operations/AddPotentialLinkModal.vue
Lines 114 to 126 in 478744c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Collected facts are not updated in an ongoing operation.
To Reproduce
Steps to reproduce the behavior:
a. This should create a
host.dir.staged
fact.host.dir.staged
fact is not available to select.host.dir.staged
fact is available to add.Expected Behavior
The results of step 8 should occur without having to navigate away and back in steps 6/7.
Fix
Still need to do some testing, but likely has to do with how the facts are loaded in the
onMounted
hook.magma/src/components/operations/AddPotentialLinkModal.vue
Lines 114 to 126 in 478744c
The text was updated successfully, but these errors were encountered: