Hi guys,
I would like to redirect view right after action is done.
As an example:
In form, once i fill all required fields and tables clicking on button which change state (draft -> warehouse) in this moment i would like to change view back to 'kanban'
I tried using attrs but even if state is changed to 'warehouse' I can still see the form.
I hope my explanation are clear enough to understand what I would like to achieve ?