User tests: Successful: Unsuccessful:
Pull Request for Issue #11765 .
Strangely the issue appears to be related to the 'user' field (Publishing tab), specifically a hidden cancel button which is rendered from an override in the Isis template. Removing the 'cancel' text resolves the issue however this points to the correct solution been elsewhere. Anyone more familiar with the Isis template I suspect would have a better solution?
Before patch
Article is cancelled, navigating back to article manager.
After patch
Nothing
Status | New | ⇒ | Pending |
Category | ⇒ | Templates (admin) Administration |
Labels |
Added:
?
|
I have tested this item
I applied the patch but I dont see any changed behaviour
If you want to prevent the enter button from triggering the redirect, then you're going to have to go with a Javascript approach. Bare in mind that this occurs on most other components, not just com_content
@brianteeman @C-Lodder a simple exchange of the <button>
to a <a>
solves this problem. @ciar4n can you make this change?
@brianteeman @C-Lodder @ciar4n check #11787
I am closing in favour of 11787
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-25 11:29:08 |
Closed_By | ⇒ | brianteeman |
@dgt41 could you take a look at this please