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 projects disappearing from the list of recent projects #2615

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

yann-lty
Copy link
Member

Description

Add missing return statement to the load function, used by the UI to determine whether the load was successful,
and add the project to the list of recent projects.

Features list

  • Fix recent project handling that was discarding files.

Implementation remarks

#2598 introduced this issue, missing to return the load status.

Add missing return statement for the load function, used by the UI to determine whether the load was successful.
@yann-lty yann-lty marked this pull request as ready for review December 11, 2024 13:22
@cbentejac cbentejac added this to the Meshroom 2024.1.0 milestone Dec 11, 2024
@cbentejac cbentejac merged commit 99e5edf into develop Dec 11, 2024
3 checks passed
@cbentejac cbentejac deleted the fix/returnGraphLoadStatus branch December 11, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants