Closed (fixed)
Project:
Asset Injector
Version:
8.x-2.17
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2023 at 12:27 UTC
Updated:
28 Sep 2023 at 15:49 UTC
Jump to comment: Most recent
When using with condition_path module, the code in asset_injector\src\AssetInjectorListBuilder.php throws an error line 74 because of $summary->render()
Actually, condition_path module returns a string in its summary() method and this can't be "->render()"ed
i will update the issue with a MR to support this
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
izus commentedComment #6
pookmish commentedComment #7
codebymikey commentedAttached a related issue regarding the use of
Html::decodeEntities()in the first place.