More work on OpeningHours picker

This commit is contained in:
Pieter Vander Vennet 2020-09-30 22:22:58 +02:00
parent 4cce18f818
commit 0714327d66
11 changed files with 397 additions and 25 deletions

View file

@ -88,13 +88,13 @@ export class ChangesetHandler {
layout : Layout,
continuation: (changesetId: string) => void) {
const commentExtra = layout.changesetMessage !== undefined? " - "+layout.changesetMessage : "";
const commentExtra = layout.changesetMessage !== undefined ? " - " + layout.changesetMessage : "";
let surveySource = "";
if(State.state.currentGPSLocation.data !== undefined){
if (State.state.currentGPSLocation.data !== undefined) {
surveySource = '<tag k="source" v="survey"/>'
}
this.auth.xhr({
method: 'PUT',
path: '/api/0.6/changeset/create',