Few more corrections to the category filter, and field integration

This commit is contained in:
2019-06-09 23:19:34 +02:00
parent 37d3f1425e
commit c966720f79
7 changed files with 47 additions and 28 deletions

View File

@ -774,7 +774,7 @@ class Structure extends Get
{
if (ComponentbuilderHelper::checkObject($this->joomlaVersionData->move->static))
{
$codeName = ComponentbuilderHelper::safeString($this->componentData->name_code);
$codeName = $this->componentCodeName;
// TODO needs more looking at this must be dynamic actualy
$this->notNew[] = 'PHPExcel.php';
$this->notNew[] = 'LICENSE.txt';