changeset 937:f1142c2ed520

merged.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 09 May 2016 13:00:56 +0200
parents b0fcb034fdb0 (diff) 807626952aa8 (current diff)
children 9f0ea64d0643
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/stamm/MessprogrammKategorieService.java	Fri May 06 12:24:55 2016 +0200
+++ b/src/main/java/de/intevation/lada/rest/stamm/MessprogrammKategorieService.java	Mon May 09 13:00:56 2016 +0200
@@ -201,7 +201,7 @@
                 repository.entityManager("stamm"),
                 MessprogrammKategorie.class
             );
-        builder.and("ortId", kategorie.getMplId());
+        builder.and("mplId", kategorie.getMplId());
         builder.and("netzbetreiberId", kategorie.getNetzbetreiberId());
 
         List<MessprogrammKategorie> kategorien =
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)