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:
@ -223,12 +223,6 @@ class ComponentbuilderModelTemplate extends JModelAdmin
|
||||
ComponentbuilderHelper::set($this->vastDevMod . '__guid', $item->guid);
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($item->id))
|
||||
{
|
||||
$item->tags = new JHelperTags;
|
||||
$item->tags->getTagIds($item->id, 'com_componentbuilder.template');
|
||||
}
|
||||
}
|
||||
|
||||
return $item;
|
||||
|
Reference in New Issue
Block a user