zendesk / linksf

A mobile website to connect those in need in to services that can help them
http://link-sf.com
Apache License 2.0
62 stars 38 forks source link

Fix new org. #395

Closed ideaOwl closed 6 years ago

ideaOwl commented 7 years ago

The new organization page, /admin/organizations/new wasn't showing:

new-organization-page-fix

Issue was the mapping of an array that was undefined (organization.phones, which didn't exist). Updated code on both the render and the newPhone method.

/cc @zendesk/volunteer

gregziegan commented 6 years ago

@ideaOwl we fixed this issue with #405, thanks so much for reporting and this code: it really helped us target the root issue!