Quellcode durchsuchen

fixed type in processEditor

Piotr Labudda vor 8 Jahren
Ursprung
Commit
6b9df5ee82
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      SE/static/procesEditor.js

+ 1 - 1
SE/static/procesEditor.js

@@ -372,7 +372,7 @@ var crc32 = function(str) {
                         if (e["parent_id"] >= 0)
                             request += '<PARENT_ID xmlns="' + BASE_WFS_URL + '/default_db">' + e["parent_id"] + '</PARENT_ID>';
                         else
-                            request += '<PARENT_ID xmlns="' + BASE_WFS_URL + '/default_db>' + newIdTab[e["parent_id"]] + '</PARENT_ID>';
+                            request += '<PARENT_ID xmlns="' + BASE_WFS_URL + '/default_db">' + newIdTab[e["parent_id"]] + '</PARENT_ID>';
                         request += '<SORT_PRIO xmlns="' + BASE_WFS_URL + '/default_db">' + e["SORT_PRIO"] + '</SORT_PRIO>';
                     }
                     if (typeof e["goto"] !== typeof undefined && e["goto"]["id"] !== null && e["goto"]["id"] !== 0 && e["goto"]["id"] !== "") {