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(snap), save app data during snap/tag #9037

Merged
merged 5 commits into from
Jul 16, 2024
Merged

fix(snap), save app data during snap/tag #9037

merged 5 commits into from
Jul 16, 2024

Conversation

davidfirst
Copy link
Member

Until now, importing an app to a new workspace and snapping it, the Version object is missing the data of the application. (specifically appName prop).
This is because of the way the data is calculated, which relies on the appSlot to have all apps registered. When the app is not in workspace.jsonc it never registered.
This PR fixes it by loading the loading the app components within the components to snap as aspects so then they're registered to the app slot and recognized as apps.

@davidfirst davidfirst merged commit b019240 into master Jul 16, 2024
11 checks passed
@davidfirst davidfirst deleted the app-data-snap branch July 16, 2024 18:56
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