User tests: Successful: Unsuccessful:
Pull Request for Issue #29015 , #29033 ?? (i have not tested) (i have only tested by own extension)
TagsHelper::createTagsFromField() is not setting
parent_id
But when not setting parent_id,
thus the tag is created with parent_id is 0 instead of the expected parent_id which is 1 (the id of the root record)
As said above in my case the tags were created with parent_id zero
NOTE: This PR does not fix the any tags already created with parent_id 0
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Administration Libraries |
Labels |
Added:
?
|
Category | com_tags Administration Libraries | ⇒ | Administration com_postinstall com_tags Front End com_users Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-14 18:28:04 |
Closed_By | ⇒ | ggppdk |
I can't reproduce the issue with core components. Any idea why this would be needed? Shouldn't setting location as parent's child handle this anyways?