forked from joomla/Component-Builder
I missed a parameter
This commit is contained in:
parent
f19a279b16
commit
cc9a0e9c4c
@ -487,6 +487,7 @@ class Fields extends Structure
|
|||||||
if (!isset($this->fieldsNames[$viewName]['id']))
|
if (!isset($this->fieldsNames[$viewName]['id']))
|
||||||
{
|
{
|
||||||
$attributes = array(
|
$attributes = array(
|
||||||
|
'name' => 'id',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'class' => 'readonly',
|
'class' => 'readonly',
|
||||||
'label' => 'JGLOBAL_FIELD_ID_LABEL',
|
'label' => 'JGLOBAL_FIELD_ID_LABEL',
|
||||||
|
Loading…
Reference in New Issue
Block a user