comparison client/src/components/ImportStretches.vue @ 2397:b95234702ee9

define stretch: omit call to sanitize. Should no longer be necessary since f6380bbdb853
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Feb 2019 16:26:15 +0100
parents f185503ef35a
children 8fc546b03822
comparison
equal deleted inserted replaced
2396:6af41bb6656f 2397:b95234702ee9
344 this.nobjbn = properties.nobjnam; 344 this.nobjbn = properties.nobjnam;
345 this.objbn = properties.objnam; 345 this.objbn = properties.objnam;
346 this.countryCode = properties.countries; 346 this.countryCode = properties.countries;
347 this.source = properties["source_organization"]; 347 this.source = properties["source_organization"];
348 this.edit = true; 348 this.edit = true;
349 this.startrhm = this.sanitizeRHM(properties.lower); 349 this.startrhm = properties.lower;
350 this.endrhm = this.sanitizeRHM(properties.upper); 350 this.endrhm = properties.upper;
351 this.idEditable = false; 351 this.idEditable = false;
352 }, 352 },
353 deleteStretch(stretch) { 353 deleteStretch(stretch) {
354 this.$store.commit("application/popup", { 354 this.$store.commit("application/popup", {
355 icon: "trash", 355 icon: "trash",