forked from MapComplete/MapComplete
Fix: fix #2549
This commit is contained in:
parent
604ea6fb3e
commit
abe81abb22
7 changed files with 49 additions and 20 deletions
|
@ -26,8 +26,7 @@
|
|||
const id = tags.data[idkey]
|
||||
await state.osmConnection.closeNote(id, message)
|
||||
NoteCommentElement.addCommentTo(message, tags, state)
|
||||
tags.data["closed_at"] = new Date().toISOString()
|
||||
tags.ping()
|
||||
NoteCommentElement.mimickStatusChange(tags, false)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue