Problem comes on Frontend "User Profile Edit" page and when i click on "Cancel" button.
In fact, when i click on "Cancel" button joomla redirects in the some page, i.e. "User Profile Edit" page.
Clicking "Cancel" button Joomla must redirect me on "User Profile" view page (and not in edit page).
I fixed this problem rewriting "href" property on cancel button tag.
See line 128 on file: "/components/com_users/views/profile/tmpl/edit.php"
3.3.6
I think that if i click on Cancel button then i have to rturn on view page.
I've just noticed that joomla 3.4 has the same problem.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-11-12 15:55:36 |
Closed_By | ⇒ | brianteeman |
Closing as we have a PR for testing #8402
In my opinion it is just the expected behavior. A link like User Profile Edit is made for a shortcut to the edit page of a user profile. The cancel button is logically also a shortcut back.