Closed slisznia closed 9 years ago
I have a modal page with a form. When a user submits the form, I wish to send him back to a relative-parent of the modal via pager.navigate()
My approach is to refer to currentParentPath:
pager.navigate(page.currentParentPath());
It would be nice if pager.navigate understands the '../' for this
pager.navigate
any suggested way to accomplish this?
I have a modal page with a form. When a user submits the form, I wish to send him back to a relative-parent of the modal via pager.navigate()
My approach is to refer to currentParentPath: