We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba519e8 + b2fae7c commit a16f6aaCopy full SHA for a16f6aa
code/libraries/joomlatools/plugin/koowa/finder.php
@@ -368,9 +368,6 @@ protected function getFinderItem(KModelEntityInterface $entity)
368
369
if ($entity->isCreatable())
370
{
371
- // Add the author taxonomy data.
372
- $item->addTaxonomy('Author', $entity->getAuthor()->getName());
373
-
374
// Add the start date
375
$item->start_date = $entity->created_on;
376
}
0 commit comments