robnyman/Firefox-OS-Boilerplate-App

Worng Parameter on "add contact" function

Closed this issue · 2 comments

In webapp.js:121 "familyName" should be instead "lastName", as for the latest Firefox OS Simulator.

Note: The strange thing is, that inside internally it somehow calls it familyName, even though it expects a property called "lastName". As seen in contacts_form.js:254 of gaia: "familyName.value = params.lastName"

Interesting. I'll talk to the engineers to find out which one it should be.

Submitted a fix.