fix: [analystdata] fixed editing of context specific editable fields

pull/9594/head
iglocska 2024-02-27 08:44:34 +01:00
parent 9f859892c2
commit 38c6ffd7a0
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class AnalystData extends AppModel
public function getEditableFields(): array
{
return array_merge(self::BASE_EDITABLE_FIELDS, $this->EDITABLE_FIELDS);
return array_merge(self::BASE_EDITABLE_FIELDS, static::EDITABLE_FIELDS);
}
/**