Something went wrong on our end
ISTWCMS-7266: Refactor link handling logic in UwCblLinks block.
Compare changes
- Igor Biki authored
Previously, fragment or query string components were not appended to canonical paths. This update ensures these components are retained by detecting and appending them to the generated path. It improves the accuracy and completeness of internal path handling.
+ 7
− 0
@@ -969,6 +969,13 @@ class UwCblLinks extends BlockBase implements ContainerFactoryPluginInterface {