You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment wizard creates normal links for the next/back buttons which reload the whole page e.g. https://my.cool.page/wizarddemo.php?atk_eooadminlayout_view_wizard=1&__atk_callback=1. This way, wizard fails when adding the wizard in a Modal (or at least in a JSModal in my case).
Imo there is no need for wizard to reload the whole page, JSReloading itself would be enough, wouldn't it?
You can assign me to this, I want to do this in not too distant future.
The text was updated successfully, but these errors were encountered:
This would mean that refresh would reset the progress. In theory this can be worked around differently, but require some time.
I think this can be done in a similar way as paginator, which can work with/without AJAX. However, we should also add memorization of the step if AJAX is used.
at the moment wizard creates normal links for the next/back buttons which reload the whole page e.g.
https://my.cool.page/wizarddemo.php?atk_eooadminlayout_view_wizard=1&__atk_callback=1
. This way, wizard fails when adding the wizard in a Modal (or at least in a JSModal in my case).Imo there is no need for wizard to reload the whole page, JSReloading itself would be enough, wouldn't it?
You can assign me to this, I want to do this in not too distant future.
The text was updated successfully, but these errors were encountered: