The context then contains the right structure
(parentStructure) but the url line in the browser still tells the url of thisStructure.
The only thing I could confirm is that this doen't happen if isQuick is false. Then
the url is updated correctly.
The URL of a command is RESTful and points to where the command is
supposed to be executed. For quick commands that do not show an UI a
redirect would be necessary to update the URL after execution.
What is the best place to do a redirect? I think in execute it might be to early.