diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php --- a/src/infrastructure/customfield/field/PhabricatorCustomField.php +++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php @@ -1648,6 +1648,7 @@ $subtype_roles = array( self::ROLE_EDITENGINE, self::ROLE_VIEW, + self::ROLE_EDIT, ); $subtype_roles = array_fuse($subtype_roles);