Release of v5.0.1-beta3

Fix init feature to only add missing powers. Fix controller postSaveHook function, for correct model class in Joomla 4 and 5.
This commit is contained in:
2024-07-18 17:10:48 +02:00
parent 9284115e8d
commit dbe4c858fd
8 changed files with 20 additions and 18 deletions

View File

@@ -94,7 +94,7 @@ abstract class Get implements GetInterface
{
foreach($items as $guid)
{
if ($this->item->table($this->getTable())->value($guid) !== null &&
if ($this->item->table($this->getTable())->value($guid) === null &&
($item = $this->grep->get($guid, ['remote'])) !== null)
{
$this->item->set($item);