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']))
|
||||
{
|
||||
$attributes = array(
|
||||
'name' => 'id',
|
||||
'type' => 'text',
|
||||
'class' => 'readonly',
|
||||
'label' => 'JGLOBAL_FIELD_ID_LABEL',
|
||||
|
Loading…
Reference in New Issue
Block a user