I have several views that show a detail with an edit button. When the user clicks on the edit button, they go to the edit view for that item. From the edit view I want to link back to the original view. What is a best practice people use so the edit view knows where to take the user back to?
Example:
User on [view1], click on detail edit, go to view [edit1]. User clicks on save or cancel, go back to [view1]
or
User on [view2], click on detail edit, go to view [edit1]. User clicks on save or cancel, go back to [view2]
or
User on [view3], click on detail edit, go to view [edit1]. User clicks on save or cancel, go back to [view3]
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community