-
Notifications
You must be signed in to change notification settings - Fork 56
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
Align @RouteScoped implementation with @RouteScope impl for Spring add-on #369
Comments
denis-anisimov
changed the title
Alight @RouteScoped implementation with @RouteScop impl for Spring add-on
Align @RouteScoped implementation with @RouteScop impl for Spring add-on
May 31, 2021
see #293 |
denis-anisimov
changed the title
Align @RouteScoped implementation with @RouteScop impl for Spring add-on
Align @RouteScoped implementation with @RouteScope impl for Spring add-on
May 31, 2021
denis-anisimov
pushed a commit
that referenced
this issue
Jun 4, 2021
- presere beans for PreserveOnRefresh views - reimplement absent RouteScopeOwner semantic - do not allow to use (route) scope when it's not available fixes #369
9 tasks
denis-anisimov
pushed a commit
that referenced
this issue
Jun 4, 2021
- presere beans for PreserveOnRefresh views - reimplement absent RouteScopeOwner semantic - do not allow to use (route) scope when it's not available fixes #369
denis-anisimov
pushed a commit
that referenced
this issue
Jun 7, 2021
) * feat: reimplement @RouteScoped to keep beans for PreserveOnRefresh - presere beans for PreserveOnRefresh views - reimplement absent RouteScopeOwner semantic - do not allow to use (route) scope when it's not available fixes #369 * chore: make minor corrections and add ITs * chore: correct test class
This ticket/PR has been released with platform 21.0.0.alpha5. For prerelease versions, it will be included in its final version. |
This ticket/PR has been released with platform 22.0.0.alpha1 and is also targeting the upcoming stable 22.0.0 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several things needs to be done:
UI
instance but use window name (when available) and store things inside aVaadinSession
.BeforeEnterListener
should be used along withAfterNavigationListener
.RouteScoped
withoutRouteScopeOwner
should behave differently than now: it should use the current bottom-most navigation target component as a context.The text was updated successfully, but these errors were encountered: