[Lada-commits] [PATCH 2 of 4] Validate against possible maxima

Wald Commits scm-commit at wald.intevation.org
Fri Sep 30 10:57:17 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1475160010 -7200
# Node ID 684eccd8dac07224e388909124ff44cd5229b8c0
# Parent  8d2f9ab10043b93ed28651de7c39c2c6a488ffbf
Validate against possible maxima.

Actual maxima being less are handled by the generation of Probe objects.

diff -r 8d2f9ab10043 -r 684eccd8dac0 app/store/Probenintervall.js
--- a/app/store/Probenintervall.js	Thu Sep 29 16:39:30 2016 +0200
+++ b/app/store/Probenintervall.js	Thu Sep 29 16:40:10 2016 +0200
@@ -33,17 +33,17 @@
         'probenintervall': 'H',
         'piTexti18nId': 'pi.halfyearly',
         'periodstart': 1,
-        'periodend': 183
+        'periodend': 184
     }, {
         'probenintervall': 'Q',
         'piTexti18nId': 'pi.quarteryearly',
         'periodstart': 1,
-        'periodend': 91
+        'periodend': 92
     }, {
         'probenintervall': 'M',
         'piTexti18nId': 'pi.monthly',
         'periodstart': 1,
-        'periodend': 30
+        'periodend': 31
     }, {
         'probenintervall': 'W4',
         'piTexti18nId': 'pi.fourweekly',


More information about the Lada-commits mailing list