Fixed gh-748 so that tags are able to be added to the list admin view. Makes the adding of tags dynamic based on tag field in the view.
This commit is contained in:
@ -371,12 +371,6 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin
|
||||
// be sure to update the table if we found repeatable fields that are still not converted
|
||||
$this->_db->updateObject('#__componentbuilder_custom_admin_view', $objectUpdate, 'id');
|
||||
}
|
||||
|
||||
if (!empty($item->id))
|
||||
{
|
||||
$item->tags = new JHelperTags;
|
||||
$item->tags->getTagIds($item->id, 'com_componentbuilder.custom_admin_view');
|
||||
}
|
||||
}
|
||||
|
||||
return $item;
|
||||
|
Reference in New Issue
Block a user