User tests: Successful: Unsuccessful:
Custom fields currently allow to use non-numeric IDs for the content items. This is a huge problem, because because of that the itemid
column in #__fields_values
is a varchar and this dramatically slows down any access to that table. Eventually we want to convert this column to integer. This PR for now triggers an error when a non-numeric ID is used.
Codereview
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_fields |
Only a problem on mysql and maybe mariadb