Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 21 January 2021 at 17:57
Updated 21 January 2021 at 18:33
Resolved 21 January 2021 at 18:33
Brad noticed the type attribute is missing from both Lucee docs and cfdocs, both use commandbox
https://luceeserver.atlassian.net/browse/LDEV-2599
https://docs.lucee.org/reference/tags/document.html
https://cfdocs.org/cfdocument
it's between srcfile and units, just search for srcfile
https://github.com/lucee/extension-pdf/blob/master/source/tld/tag.tldx#L218
in my normal install it's returned with 5.3.7.47 and 5.3.8.138
with docs (via command box) with 5.3.7.47 it isn't, the pdf extension version is 1.0.0.81-SNAPSHOT
here’s a branch which dumps out the attribute info for cfdocument when you run docs interactively