From 9b9600e90e69df6e964bd19f1d97786f1a26bcd2 Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Sat, 23 Oct 2021 19:01:03 +0200 Subject: [PATCH] asd --- adm/templates/adm/adm_import_flow.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/adm/templates/adm/adm_import_flow.html b/adm/templates/adm/adm_import_flow.html index 815cd62..61db52f 100644 --- a/adm/templates/adm/adm_import_flow.html +++ b/adm/templates/adm/adm_import_flow.html @@ -28,8 +28,8 @@ $(document).ready(function(){ // FIRST CALL GROUPS, When Groups finished User will call by Groups - //createAgencyGroups(groupids[0]); - addFiles(files[0]); + createAgencyGroups(groupids[0]); + //addFiles(files[0]); //DEV //rebuildingStandards(standards[0]); //addGroupFolder(); @@ -102,8 +102,8 @@ success: function(data){ if(data['status'] == true){ $("#cloud_process_main").html("Ordner und Standardordner erfolgreich angelegt. Starte mit Dateiimport..."); - if(files[0] != undefined){ - addFiles(files[0]); + if(fes[0] != undefined){ + //(files[0]); } else{ console.log("NO FILES FOUND"); @@ -134,8 +134,8 @@ }); } - filecounter = 0; - function addFiles(fileid){ + filecount = 0; + function //(fileid){ $("#cloud_process_cloud").show(); $.ajax({ url: "{% url 'api:apiaddfile' %}",