Peter Warren created CB-1566: -------------------------------- Summary: SetMetaData on folder not working Key: CB-1566 URL: https://issues.apache.org/jira/browse/CB-1566 Project: Apache Cordova Issue Type: Bug Components: iOS Affects Versions: 2.1.0 Reporter: Peter Warren Assignee: Shazron Abdullah
Copied code from 2.1 docs (setFolderMetadata) http://docs.phonegap.com/en/2.1.0/cordova_file_file.md.html#Metadata console output "error setting metadata Error" Line 538 of CDVFile.m fails to retrieve attribute value even though the correct value was passed in to the (js)function call. NSDictionary* options= [command.arguments objectAtIndex:1 withDefault:nil] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira