Opened 9 years ago

Closed 9 years ago

#1049 closed defect (fixed)

API Location object should have 'displayName' attribute

Reported by: Jonas Haraldsson Owned by:
Priority: major Milestone:
Component: programming Keywords: api, location, displayName, name
Cc: Parent Tickets:

Description

API Location object should have the 'name' attribute renamed to 'displayName'

current:
u'location': {u'name': u'Sweden', u'objectType': u'place'}

expected:
u'location': {u'displayName': u'Sweden', u'objectType': u'place'}

Change History (2)

comment:1 by Jessica Tallon, 9 years ago

Owner: set to Jessica Tallon
Status: newin_progress

comment:2 by Jessica Tallon, 9 years ago

Owner: Jessica Tallon removed
Resolution: fixed
Status: in_progressclosed

This has been fixed as of 5b7e6bb.

Note: See TracTickets for help on using tickets.