Nova.booted callback functionality only partially implemented #4180
Unanswered
ianrobertsFF
asked this question in
Ideas & Feature Requests
Replies: 1 comment 6 replies
-
Okay, so apparently this is a feature request, despite the janky current behaviour. As it is a feature request, could we please have consistent behaviour for booted in a future release? Thanks |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Unsure if this should be a bug report or a discussion, erred on the side of a bug report as the commented out code made me think that this was an oversight, rather than a feature request.
In app.js the
booted
functionality appears to be only partially implemented and doesn't act in the expected way.booting
callbacks run at the start ofliftOff
, expected functionality would be thatbooted
callbacks run at the end ofliftOff
. I'm not sure if this was originally the intended behaviour as pushing the callback into thebootedCallbacks
array has been commented out:Detailed steps to reproduce the issue on a fresh Nova installation:
N/A
Beta Was this translation helpful? Give feedback.
All reactions