Opened 2 years ago
Closed 11 months ago
#6635 closed defect (bug) (fixed)
Pressing enter on a field in the plugin admin to save the plugin, causes the plugin to be disabled
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
If you hit enter on a field to save changes within the plugin directory admin, it marks the plugin as disabled due to security.
This is likely because the Disable plugin
button is the first on the form, with type="submit"
.
These buttons should not be the default action and should only be the submitting button if they're clicked intentionally.
Change History (2)
Note: See
TracTickets for help on using
tickets.