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

Only load app routes if the app has already been loaded [re-merge] #18374

Merged
merged 1 commit into from
Aug 19, 2015

Conversation

RobinMcCorkell
Copy link
Member

#18109 was merged, but then reverted since we didn't want to have the whole mess, but the problem has come back again. During an upgrade, no apps are loaded, but the Router is used somewhere and so app routes are still loaded.

If an app isn't loaded when the router tries to load routes, it marks itself as 'not loaded', so the next time a route is requested any non-loaded routes attempt to get loaded again.

cc @icewind1991 @DeepDiver1975 @LukasReschke @PVince81

currently blocking #15914, so I'd appreciate a quick resolution on this 😄

@scrutinizer-notifier
Copy link

A new inspection was created.

@ghost
Copy link

ghost commented Aug 18, 2015

🚀 Test PASSed.🚀
chuck

@PVince81
Copy link
Contributor

Sounds good 👍
It fixes the white page issue when merged with your other PR here: #15914 (comment)

@MorrisJobke
Copy link
Contributor

I did some some testing (uploading, downloading, browsing, sharing, OCS API) and all seems to work fine 👍

MorrisJobke added a commit that referenced this pull request Aug 19, 2015
Only load app routes if the app has already been loaded [re-merge]
@MorrisJobke MorrisJobke merged commit 127b6e2 into master Aug 19, 2015
@MorrisJobke MorrisJobke deleted the router-apps branch August 19, 2015 07:52
@MorrisJobke MorrisJobke added this to the 8.2-current milestone Aug 19, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants