Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel and back buttons on edit forms now take you back properly #86

Merged
merged 1 commit into from
Nov 28, 2013

Conversation

peelman
Copy link

@peelman peelman commented Nov 28, 2013

No description provided.

snipe added a commit that referenced this pull request Nov 28, 2013
Cancel and back buttons on edit forms now take you back properly
@snipe snipe merged commit 7a3d925 into snipe:develop Nov 28, 2013
@snipe
Copy link
Owner

snipe commented Nov 29, 2013

FYI, it wasn't an accident the way this was handled originally. Your addition isn't bad, but it does create an inconsistent user experience. Since the user can click edit from the listing (index) view or the details view, "Back" doesn't actually always mean back to where they were before, since we don't know which way they arrived at that page. I think the better UX here will be to change the labels on the buttons, so that "Back" is less nebulous, if we're going to have it behave differently based on whether or not there is an ID passed.

@snipe
Copy link
Owner

snipe commented Nov 29, 2013

Looks like @uberbrady is about to file a ticket that touches on this same concept, for checkin and checkout, so I think the real UX problem we're trying to solve here can be universally solved by tracking the path of the user, and then determining where we need to send them from there.

@veen1981 veen1981 mentioned this pull request Jul 7, 2016
2 tasks
This was referenced Jul 19, 2016
@dooley1023 dooley1023 mentioned this pull request Feb 2, 2017
2 tasks
@katecruser katecruser mentioned this pull request Feb 8, 2017
2 tasks
@Mike1704 Mike1704 mentioned this pull request Mar 3, 2017
@ESWBitto ESWBitto mentioned this pull request Mar 16, 2017
2 tasks
@rkayutkin rkayutkin mentioned this pull request Jun 14, 2019
2 tasks
@ITEnlighted ITEnlighted mentioned this pull request Jun 19, 2019
2 tasks
@jross-nu jross-nu mentioned this pull request Sep 13, 2019
2 tasks
@anees78692 anees78692 mentioned this pull request Nov 29, 2019
@ecmcidev ecmcidev mentioned this pull request Apr 6, 2022
2 tasks
@cookierun22 cookierun22 mentioned this pull request Jan 28, 2023
2 tasks
@Bjufen Bjufen mentioned this pull request Feb 9, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants