Reload correct viewport (the model view) in a web-client

I am happy to find a way to reload the model, the problem is that — if the Wizard was called from the menu:
image

    def end(self):
        return 'reload'

Reloads Menu instead of the model view…

How to explicitly point out to reload the model view??

You can not. A wizard is linked to the screen from where it was launched.

1 Like