ads
This commit is contained in:
parent
43ffcb9ce3
commit
2607cd509d
|
|
@ -28,8 +28,8 @@
|
||||||
|
|
||||||
$(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]);
|
||||||
//addFiles(files[0]);
|
addFiles(files[0]);
|
||||||
//DEV
|
//DEV
|
||||||
//rebuildingStandards(standards[0]);
|
//rebuildingStandards(standards[0]);
|
||||||
//addGroupFolder();
|
//addGroupFolder();
|
||||||
|
|
@ -102,8 +102,8 @@
|
||||||
success: function(data){
|
success: function(data){
|
||||||
if(data['status'] == true){
|
if(data['status'] == true){
|
||||||
$("#cloud_process_main").html("Ordner und Standardordner erfolgreich angelegt. Starte mit Dateiimport...");
|
$("#cloud_process_main").html("Ordner und Standardordner erfolgreich angelegt. Starte mit Dateiimport...");
|
||||||
if(fes[0] != undefined){
|
if(files[0] != undefined){
|
||||||
//(files[0]);
|
addFiles(files[0]);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
console.log("NO FILES FOUND");
|
console.log("NO FILES FOUND");
|
||||||
|
|
@ -134,8 +134,8 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
filecount = 0;
|
filecounter = 0;
|
||||||
function (fileid){
|
function addFiles(fileid){
|
||||||
$("#cloud_process_cloud").show();
|
$("#cloud_process_cloud").show();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "{% url 'api:apiaddfile' %}",
|
url: "{% url 'api:apiaddfile' %}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue