Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/08/2015
Components: Document Management
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Minor / Few users will encounter
Locale/System: English / Platforms All
Vote Count: 0
typo in cfpdfparam exception
Repro:
<cfhtmltopdf name="myPDF1">one</cfhtmltopdf>
<cfhtmltopdf name="myPDF2">two</cfhtmltopdf>
<cfpdf action="merge" destination="#expandPath('./merged.pdf')#" overwrite="yes">
<cfpdfparam source="myPDF1" pages="1" foo="one">
<cfpdfparam source="myPDF2" pages="1" foo="two">
</cfpdf>
Actual error: "Extra arguements can only be specified for portfolio creation."
Expected error: "Extra arguments can only be specified for portfolio creation."
"arguements" should be "arguments"
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4097705
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
External Test Config: Verified in CF11 Update 7 (build 11,0,07,296330).
Attachments:
Comments: