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

Refresh page after setting new global address #496

Merged

Conversation

rafaellehmkuhl
Copy link
Member

This is a temporary fix for the problem of setting a new global address and the configuration not being done.

@@ -229,6 +229,7 @@ const addNewVehicleConnection = async (): Promise<void> => {
const setGlobalAddress = async (): Promise<void> => {
await globalAddressForm.value.validate()
mainVehicleStore.globalAddress = newGlobalAddress.value
location.reload()
Copy link
Member

Choose a reason for hiding this comment

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

Since this is a temporary solution, can we add a clear todo message saying the future indented solution ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@rafaellehmkuhl rafaellehmkuhl force-pushed the temp-fix-set-global-address branch from ba9162d to 81d92b5 Compare September 27, 2023 13:59
This is a temporary fix for the problem of setting a new global address and the configuration not being done.
@rafaellehmkuhl rafaellehmkuhl merged commit afd9d30 into bluerobotics:master Sep 27, 2023
4 checks passed
@rafaellehmkuhl rafaellehmkuhl deleted the temp-fix-set-global-address branch September 27, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants