No Code Attached Yet bug
avatar sertlan
sertlan
16 Apr 2026

What happened?

When saving an article again, a duplicate row with a new core_content_id is created in ucm_content table.

Updated Joomla from 4 to 5 (in October 2025).
Created a new article, added tags and saved it.
Saved it the second time without changes.
A duplicate row with a new core_content_id was created in ucm_content table.

Image

Version

5.4

Expected result

When saving an article again, the values in the existing row of the ucm_content table should be updated.

Actual result

When saving an article again, a duplicate row with a new core_content_id is created in the ucm_content table.

System Information

Joomla! 5.4.5 Stable
PHP 8.3.22

Additional Comments

No response

avatar sertlan sertlan - open - 16 Apr 2026
avatar joomla-cms-bot joomla-cms-bot - change - 16 Apr 2026
Labels Added: No Code Attached Yet bug
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Apr 2026
avatar chmst
chmst - comment - 17 Apr 2026

If you control exactly you will see that these records are different. These records are used to attach tags and articles. When articles with tags are re-stored after beeing updated, a new record is added into the umc table.

avatar sertlan
sertlan - comment - 17 Apr 2026

@chmst This is illogical and counterproductive, this was not the case in previous versions: when saving the article again, the existing row in the ucm_content table was updated, rather than creating a new row, leaving useless duplicate rows.

avatar brianteeman
brianteeman - comment - 18 Apr 2026

You are correct - in Joomla 4 the record was updated. In Joomla 5 and 6 a new record is inserted

I do not know the reason for the change

avatar sertlan
sertlan - comment - 18 Apr 2026

Please fix it.

avatar chmst chmst - change - 20 Apr 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-04-20 08:31:07
Closed_By chmst
avatar chmst chmst - close - 20 Apr 2026
avatar chmst
chmst - comment - 20 Apr 2026

Please test #47631
Closing as there is a fix

avatar sertlan sertlan - change - 23 Apr 2026
The description was changed
avatar sertlan sertlan - edited - 23 Apr 2026
avatar sertlan
sertlan - comment - 23 Apr 2026

The correct fix for this issue in Pull Request #47664.

Add a Comment

Login with GitHub to post a comment