Correction to hidden custom fields
This commit is contained in:
@@ -243,6 +243,9 @@ abstract class PhabricatorStandardCustomField
|
||||
}
|
||||
|
||||
public function shouldAppearInPropertyView() {
|
||||
if ($this->hidden) {
|
||||
return false;
|
||||
}
|
||||
return $this->getFieldConfigValue('view', true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user