Skip to content

Commit a16f6aa

Browse files
authored
Merge pull request #719 from joomlatools/feature/718-configurable-taxonomies
Configurable taxonomies
2 parents ba519e8 + b2fae7c commit a16f6aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code/libraries/joomlatools/plugin/koowa/finder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,6 @@ protected function getFinderItem(KModelEntityInterface $entity)
368368

369369
if ($entity->isCreatable())
370370
{
371-
// Add the author taxonomy data.
372-
$item->addTaxonomy('Author', $entity->getAuthor()->getName());
373-
374371
// Add the start date
375372
$item->start_date = $entity->created_on;
376373
}

0 commit comments

Comments
 (0)