Pull Request for Issue #8770 . Alternative fix to #13584
Summary of Changes
Deleting an article doesn't remove the article from the ucm_content table because an array is sent (containing array('primary_key_name' => 'contentItemId')) while an integer is expected. This pull request fixes this.
Testing Instructions
Create an article and make sure to assign a tag to the article
Check the ucm_content table to see that the article is there as well
Trash the article
Delete the article from trash
Check the ucm_content table and see that the article is still there
Apply patch
Create an article and make sure to assign a tag to the article
Check the ucm_content table to see that the article is there as well
Trash the article
Delete the article from trash
Check the ucm_content table and see that the article has now been removed
I have tested this item✅ successfully on d1d63a6
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13592.