From 6afc7be34ae838353f0c4cac4d602c235545fec8 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 11 Oct 2025 23:23:22 +0200 Subject: [PATCH] differential.fields config option: Remove "active development" warning Summary: Remove "NOTE: This feature is under active development and subject to change" from the description of the differential.fields configuration option. That statement was added 142 months ago and is likely a bit outdated by now. Test Plan: Go to http://phorge.localhost/config/edit/differential.fields/ and look at the Description. Reviewers: O1 Blessed Committers, mainframe98 Reviewed By: O1 Blessed Committers, mainframe98 Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26412 --- .../config/PhabricatorDifferentialConfigOptions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php index dc317b1ae1..ff74aa1dba 100644 --- a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php +++ b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php @@ -81,9 +81,7 @@ EOHELP id(new DifferentialRevision())->getCustomFieldBaseClass()) ->setDescription( pht( - "Select and reorder revision fields.\n\n". - "NOTE: This feature is under active development and subject ". - "to change.")), + 'Select and reorder revision fields.')), $this->newOption('differential.require-test-plan-field', 'bool', true) ->setBoolOptions( array( -- 2.51.2