1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 02:08:47 +02:00
phorge-phorge/src/applications/maniphest/field
Joshua Spence 6bebb3c69a Add "and" support to "ref"
Summary: Fixes T8038. Allow `PhabricatorCustomFieldMonogramParser` to handle "and". This means that `Ref Tx, Ty and Tz` will correctly return `array('monograms' => array('Tx', 'Ty', 'Tz')`.

Test Plan: Added unit tests.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley

Maniphest Tasks: T2, T3, T1, T8038

Differential Revision: https://secure.phabricator.com/D12682
2015-05-05 07:14:15 +10:00
..
parser Add "and" support to "ref" 2015-05-05 07:14:15 +10:00
ManiphestConfiguredCustomField.php Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
ManiphestCustomField.php Render Maniphest fields in an application-transactions-compatible way 2013-09-21 16:23:17 -07:00