Correction to hidden custom fields

This commit is contained in:
2014-06-06 15:12:55 +06:00
parent 8c14ef97bf
commit a0bd47a012

View File

@@ -243,6 +243,9 @@ abstract class PhabricatorStandardCustomField
}
public function shouldAppearInPropertyView() {
if ($this->hidden) {
return false;
}
return $this->getFieldConfigValue('view', true);
}