Project

General

Profile

Bug #103812

Updated by Mathias Brodala 2 months ago

Currently the @FileOrFolderLinkBuilder@ does not add the incoming link configuration to its @LinkResult@. However, all other link builders do this via @$linkResult->withLinkConfiguration()@. @$linkResult->withConfiguration()@. This limits the details e.g. @AfterLinkIsGeneratedEvent@ listeners have access to; in this case the original file cannot be retrieved anymore cleanly from the link configuration @parameter@. 

 This should be fixed for consistency and to make said event more useful.

Back