mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
fix infoboxes for NSI presets, fixes #10885
(which had regressed in c1ca888)
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
||||
// prepare result
|
||||
var result = {
|
||||
title: entity.id,
|
||||
description: description ? description.value : '',
|
||||
description: selection => selection.text(description ? description.value : ''),
|
||||
descriptionLocaleCode: description ? description.language : '',
|
||||
editURL: 'https://www.wikidata.org/wiki/' + entity.id
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user