Skip to content

Issue with routing #1815

Closed Answered by Soif2Sang
Soif2Sang asked this question in Q&A
Discussion options

You must be logged in to vote

The only way I found was to create a view that always returns wheel_list and a "place holder" for the wheel container, and replace all self.page = page to self.initial_page = page (i'm avoiding overriding self.page) and replace all self.update() to self.initial_page.update() and avoid self.clean to avoid exception raised because the control is not added to the page (but is actually added to the page)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Soif2Sang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1813 on September 08, 2023 13:44.