mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Update Osmose detail string access
Now supports localisation, which returns slightly different structure.
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
||||
issue.elems = data.elems.map(e => e.type.substring(0,1) + e.id);
|
||||
|
||||
// Some issues have instance specific detail in a subtitle
|
||||
issue.detail = marked(data.subtitle);
|
||||
issue.detail = marked(data.subtitle.auto);
|
||||
|
||||
this.replaceItem(issue);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user