@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.

Fix bad "editPolicy" key in Paste

Summary: Fixes T12508. Files don't have an `editPolicy`, and we started actually checking that the keys are real things in D17616.

Test Plan:
- Before patch: created a paste, got an "editPolicy" exception.
- After patch: created a paste that worked properly.

Reviewers: avivey, chad

Reviewed By: avivey

Maniphest Tasks: T12508

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

-1
-1
src/applications/paste/xaction/PhabricatorPasteContentTransaction.php
··· 79 79 'mime-type' => 'text/plain; charset=utf-8', 80 80 'authorPHID' => $actor->getPHID(), 81 81 'viewPolicy' => PhabricatorPolicies::POLICY_NOONE, 82 - 'editPolicy' => PhabricatorPolicies::POLICY_NOONE, 83 82 )); 84 83 } 85 84