this.customtagpaths not respected - Could not find custom tag
Description
All our custom tags are failing with “Could not find custom tag”.
I am using a full absolute path with this.customtagpaths in Application.cfc - I have also tried with boxlang.json using customTagsDirectory but the same issue
This is running the current snapshot with bx-compat-cfml installed
I have attached a repo of what I'm trying.
Attachments
1
Activity
Show:
Brad Wood February 27, 2025 at 9:45 PM
I also have added and resolved this ticket:
Brad Wood February 27, 2025 at 9:40 PM
The reason this wasn’t working was because we were expecting the custom tag paths to be an array, not a comma-delimited list. I have updated to check for both.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
All our custom tags are failing with “Could not find custom tag”.
I am using a full absolute path with this.customtagpaths in Application.cfc - I have also tried with boxlang.json using customTagsDirectory but the same issue
This is running the current snapshot with bx-compat-cfml installed
I have attached a repo of what I'm trying.