Skip to content

🐛 [Frontend] Fix App mode: Wait until the workbench is deserialized to start #6214

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

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Aug 20, 2024

What do these changes do?

Since we refactored the /services endpoint, the deserialization of the nodes in the workbench is an asynchronous step (specially when starting a project which its services are not up-to-date). In the App Mode, when starting the slides, it can happen that the workbench is not yet completely deserialized, this makes the slideshow to be shown empty.

This PR waits until the workbench is deserialized before the slideshow is started.

Related issue/s

How to test

Dev-ops checklist

@odeimaiz odeimaiz self-assigned this Aug 20, 2024
@odeimaiz odeimaiz added bug buggy, it does not work as expected a:frontend issue affecting the front-end (area group) labels Aug 20, 2024
@odeimaiz odeimaiz added this to the Eisbock milestone Aug 20, 2024
@odeimaiz odeimaiz marked this pull request as ready for review August 20, 2024 09:38
@odeimaiz odeimaiz enabled auto-merge (squash) August 20, 2024 09:41
Copy link
Member

@sanderegg sanderegg left a comment

Choose a reason for hiding this comment

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

thanks!

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

👀

Copy link
Contributor

@GitHK GitHK left a comment

Choose a reason for hiding this comment

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

👍

Copy link

Copy link
Contributor

@jsaq007 jsaq007 left a comment

Choose a reason for hiding this comment

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

Not test in browser but looks ok

@odeimaiz odeimaiz merged commit e1bfd62 into ITISFoundation:master Aug 20, 2024
50 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:frontend issue affecting the front-end (area group) bug buggy, it does not work as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants