mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 11:06:09 +01:00
[TASK] Fetch more details for skills in sets
This commit is contained in:
parent
573e1baedd
commit
08a1830e75
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SkillSets implements DataProcessorInterface
|
|||
|
||||
foreach ($skillSetIds as $skillSetId) {
|
||||
try {
|
||||
$skillSets[] = $this->skillSetApi->getById($skillSetId);
|
||||
$skillSets[] = $this->skillSetApi->getById($skillSetId, true);
|
||||
} catch (Exception $e) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue