comparison app/model/Messprogramm.js @ 774:afc9076db490

Added Offset field
author Dustin Demuth <dustin@intevation.de>
date Tue, 12 May 2015 16:11:05 +0200
parents 6b0d0e62f7d7
children 4c1101f0ba99
comparison
equal deleted inserted replaced
768:380edfecac67 774:afc9076db490
57 }, { 57 }, {
58 name: 'teilintervallBis' 58 name: 'teilintervallBis'
59 }, { 59 }, {
60 name: 'intervallOffset' 60 name: 'intervallOffset'
61 }, { 61 }, {
62 name: 'gueltigVon' 62 name: 'gueltigVon',
63 type: 'date',
64 convert: function(v) {
65 if (!v) {
66 return v;
67 }
68 return new Date(v);
69 },
63 }, { 70 }, {
64 name: 'gueltigBis' 71 name: 'gueltigBis',
72 type: 'date',
73 convert: function(v) {
74 if (!v) {
75 return v;
76 }
77 return new Date(v);
78 },
65 }, { 79 }, {
66 name: 'probeNehmerId' 80 name: 'probeNehmerId'
67 }, { 81 }, {
68 name: 'probeKommentar' 82 name: 'probeKommentar'
69 }, { 83 }, {

http://lada.wald.intevation.org