diff --git a/adm/templates/adm/adm_import_flow.html b/adm/templates/adm/adm_import_flow.html index 0f465af..5937d04 100644 --- a/adm/templates/adm/adm_import_flow.html +++ b/adm/templates/adm/adm_import_flow.html @@ -29,7 +29,7 @@ $(document).ready(function(){ // FIRST CALL GROUPS, When Groups finished User will call by Groups //createAgencyGroups(groupids[0]); - + console.log("{{check_files}}"); //DEV //rebuildingStandards(standards[0]); //addGroupFolder(); diff --git a/adm/views.py b/adm/views.py index 5fdf058..fb4e76d 100644 --- a/adm/views.py +++ b/adm/views.py @@ -700,6 +700,8 @@ class AdmImportFlow(TemplateView): if(f.parent.name != "Standards Uploadbereich"): normal_files.append(f) + context.update({'check_files' : DataFile.objects.filter(agency=agency)}) + context.update({'files' : normal_files}) # DataDirs