mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-16 19:07:48 +00:00
Add support for associated subject conversion in AccompanyingPeriodWorkSubjectConverter
- Updated `convert` method to append associated subjects when `$includeAssociated` is true. - Modified `SubjectConverterManager` to pass `$includeAssociated` to converters during subject resolution.
This commit is contained in:
@@ -36,7 +36,7 @@ final readonly class SubjectConverterManager implements SubjectConverterManagerI
|
||||
}
|
||||
|
||||
if ($converter->supportsConvert($subject)) {
|
||||
return $converter->convert($subject);
|
||||
return $converter->convert($subject, $includeAssociated);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user