Chore: remove obsolete documentation, add explanation

This commit is contained in:
Pieter Vander Vennet 2024-09-23 13:32:40 +02:00
parent 58c4dd7cfc
commit e09af8fcb9
2 changed files with 1 additions and 222 deletions

View file

@ -392,7 +392,7 @@ export class ChangesetHandler {
return [
["created_by", `MapComplete ${Constants.vNumber}`],
["locale", Locale.language.data],
["host", `${window.location.origin}${window.location.pathname}`],
["host", `${window.location.origin}${window.location.pathname}`], // Note: deferred changes might give a different hostpath then the theme with which the changes were made
["source", setSourceAsSurvey ? "survey" : undefined],
["imagery", this.changes.state["backgroundLayer"]?.data?.id],
].map(([key, value]) => ({