tracker issue : CF-4097705

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: typo in cfpdfparam exception

| View in Tracker

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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on May 17, 2018 using build 2016.0.01.298513
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:

Hi Kailash, Thanks for confirming! -Aaron
Comment by External U.
5127 | December 09, 2015 05:00:21 AM GMT
Hi Aaron, This has been fixed and will be available for verification in the next beta build.
Comment by Kailash B.
5128 | December 09, 2015 07:06:12 AM GMT
Hi Kailash, Awesome, that was fast! Thanks very much! -Aaron
Comment by External U.
5129 | December 09, 2015 07:45:12 AM GMT
Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
27840 | May 17, 2018 07:53:47 AM GMT