Backend -> Users -> Groups -> New
Submit the form by Pressing 'Enter' via Keyboard while an Input Field is focused
Now, you will get redirected to the Users Page and the form data will not be saved.
This Issue exists in:
Either Nothing should happen when you press Enter like in all other forms (Contact Form etc) or The form gets successfully saved and the new item is added to the table.
Submit using Enter key on Keyboard redirects to Users Page without saving the new item.
Google Chrome on Windows 10
PHP 7.4.6
MySQLi 10.4.11-MariaDB
Labels |
Added:
?
|
This will be true in a lot of places as the form doesnt have a submit
The redirect comes from the action links, they need the name of the view. "index.php?option=com_users&view=group&layout=edit ....
I could not find this in other places than here in users (level edit, group edit, massmail edit).
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
Confirmed. Same on view level.