[Lada-commits] [PATCH] fix mediabeschreibung in /view/form/Probe.js

Wald Commits scm-commit at wald.intevation.org
Thu Feb 23 12:29:16 CET 2017


# HG changeset patch
# User Evi Huber <ehuber at bfs.de>
# Date 1487849331 -3600
# Node ID 59c1f162fe8f2b4ccbd2aa666a4b0e62e9fba1a6
# Parent  197ba385bc311b83b4611e755f08a3f31ade4f80
fix mediabeschreibung in /view/form/Probe.js

diff -r 197ba385bc31 -r 59c1f162fe8f app/view/form/Probe.js
--- a/app/view/form/Probe.js	Thu Feb 23 10:15:50 2017 +0100
+++ b/app/view/form/Probe.js	Thu Feb 23 12:28:51 2017 +0100
@@ -417,6 +417,7 @@
     },
 
     setMediaSN: function(ndx, media, beschreibung) {
+        var mediabeschreibung = this.getForm().findField('media');
         if (ndx >= 12) {
             mediabeschreibung.setValue(beschreibung);
             return;


More information about the Lada-commits mailing list