Speedup the import page of JCB packages, to via background ajax get package info and store it in local browser memory

This commit is contained in:
2018-05-03 13:30:53 +02:00
parent 8b8b42ae8f
commit 47f90de990
4 changed files with 43 additions and 6 deletions

View File

@ -931,12 +931,10 @@ class ComponentbuilderModelJoomla_components extends JModelList
}
$this->info['getKeyFrom']['package_links'] = $this->exportPackageLinks;
// we started adding this at v2.7.7
$this->info['key'] = true;
$this->info['source']['paid'] = true;
}
else
{
// we started adding this at v2.7.7
$this->info['key'] = false;
// Set the owner information
$data = base64_encode($data);
}