We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ba22e commit e72d0acCopy full SHA for e72d0ac
layouts/joomla/edit/global.php
@@ -40,7 +40,7 @@
40
'version_note',
41
);
42
43
-if ($displayData->get('item')->id !== null)
+if (isset($displayData->get('item')->id) && ($displayData->get('item')->id !== null))
44
{
45
array_unshift($fields, 'transition');
46
}
0 commit comments