Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
Fix versions
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
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
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
Affects versions
Created 30 November 2020 at 15:49
Updated 23 March 2021 at 07:15
Resolved 18 December 2020 at 15:21
<cfscript> animals = { cow: "moo", pig: "oink", cat: "meow", bird: "chirp" }; // StructKeyList(animals) animalList = animals.toList(); // should be keyList() echo(animalList); </cfscript>
now throws
The function [toList] does not exist in the Object, only the following functions are available: [toJson].
previously it threw
The function [toList] does not exist in the Object, only the following functions are available: [append,clear,copy,count,delete,duplicate,each,every,filter,find,findKey,findValue,insert,isEmpty,keyArray,keyExists,keyList,keyTranslate,len,map,reduce,some,sort,update]