Opened 10 years ago
Closed 10 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 , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 10 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed as of 5b7e6bb.