@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use a less-misleading example for Conduit custom constraints

Summary:
See PHI2032. The Conduit UI shows some "Example Custom Constraints" that are intended to be generic, but use of "statuses" is misleading since many objects have a status and most of them don't support these specific values.

Make it more clear that these are generic values.

Test Plan: Read new text.

Differential Revision: https://secure.phabricator.com/D21637

+2 -2
+2 -2
src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
··· 169 169 { 170 170 ... 171 171 "constraints": { 172 - "authors": ["PHID-USER-1111", "PHID-USER-2222"], 173 - "statuses": ["open", "closed"], 172 + "authorPHIDs": ["PHID-USER-1111", "PHID-USER-2222"], 173 + "flavors": ["cherry", "orange"], 174 174 ... 175 175 }, 176 176 ...