Pending

User tests: Successful: Unsuccessful:

avatar Hackwar
Hackwar
23 Nov 2024

Summary of Changes

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.

Testing Instructions

Codereview

Link to documentations

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

avatar Hackwar Hackwar - open - 23 Nov 2024
avatar Hackwar Hackwar - change - 23 Nov 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 23 Nov 2024
Category Administration com_fields
avatar HLeithner
HLeithner - comment - 23 Nov 2024

Only a problem on mysql and maybe mariadb

Add a Comment

Login with GitHub to post a comment