bug files
This commit is contained in:
parent
53f42ab5ec
commit
b9b65cb6b8
|
|
@ -29,7 +29,7 @@
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// FIRST CALL GROUPS, When Groups finished User will call by Groups
|
// FIRST CALL GROUPS, When Groups finished User will call by Groups
|
||||||
//createAgencyGroups(groupids[0]);
|
//createAgencyGroups(groupids[0]);
|
||||||
|
console.log("{{check_files}}");
|
||||||
//DEV
|
//DEV
|
||||||
//rebuildingStandards(standards[0]);
|
//rebuildingStandards(standards[0]);
|
||||||
//addGroupFolder();
|
//addGroupFolder();
|
||||||
|
|
|
||||||
|
|
@ -700,6 +700,8 @@ class AdmImportFlow(TemplateView):
|
||||||
if(f.parent.name != "Standards Uploadbereich"):
|
if(f.parent.name != "Standards Uploadbereich"):
|
||||||
normal_files.append(f)
|
normal_files.append(f)
|
||||||
|
|
||||||
|
context.update({'check_files' : DataFile.objects.filter(agency=agency)})
|
||||||
|
|
||||||
context.update({'files' : normal_files})
|
context.update({'files' : normal_files})
|
||||||
|
|
||||||
# DataDirs
|
# DataDirs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue