Library manager implementation #195

Merged
Llewellyn merged 24 commits from staging into master 2017-12-12 13:31:16 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit cc9a0e9c4c - Show all commits

View File

@ -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',