I have a page like
here i have items like threads or resources
here i have a link [edit]
i open an overlay and edit something
then i redirect to
but I need to redirect to
Do we have any example who this is done?
Should i edit with something like:
http://localhost/items/?page=2
here i have items like threads or resources
here i have a link [edit]
i open an overlay and edit something
then i redirect to
/items/
but I need to redirect to
/items/?page=2
Do we have any example who this is done?
Should i edit with something like:
{{ link('item/itemedit', $item) }}
and add somehow page=2{{ link('item/itemedit', $item, 'page=$page') }}