mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +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) {
|
foreach ($skillSetIds as $skillSetId) {
|
||||||
try {
|
try {
|
||||||
$skillSets[] = $this->skillSetApi->getById($skillSetId);
|
$skillSets[] = $this->skillSetApi->getById($skillSetId, true);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue