flow: re-add FlowShell as Web Component

This commit is contained in:
Jens Langhammer
2020-10-16 16:36:18 +02:00
parent 6c0c12c90a
commit aa9c7a6567
9 changed files with 132 additions and 139 deletions

View File

@ -236,7 +236,6 @@ class FlowExecutorShellView(TemplateView):
def get_context_data(self, **kwargs) -> Dict[str, Any]:
kwargs["exec_url"] = reverse("passbook_flows:flow-executor", kwargs=self.kwargs)
kwargs["msg_url"] = reverse("passbook_api:messages-list")
self.request.session[SESSION_KEY_GET] = self.request.GET
return kwargs