Page MenuHomePhabricator

Followup from D11358#106424 and make policy.locked fully work
ClosedPublic

Authored by btrahan on Jan 13 2015, 7:55 PM.
Tags
None
Referenced Files
F13361936: D11373.id27316.diff
Tue, Jun 25, 4:54 PM
F13361927: D11373.id27313.diff
Tue, Jun 25, 4:53 PM
F13361813: D11373.id27316.diff
Tue, Jun 25, 3:51 PM
F13361796: D11373.id27313.diff
Tue, Jun 25, 3:47 PM
F13313462: D11373.diff
Tue, Jun 11, 7:56 AM
F13300726: D11373.diff
Fri, Jun 7, 9:30 AM
F13269990: D11373.diff
Wed, May 29, 8:33 AM
F13258469: D11373.id27316.diff
May 26 2024, 9:35 AM
Subscribers

Details

Summary

Fast commit. Also forgot to make the config override the existing policy. I *think* this is the right spot and we're good? Ref T6947.

Test Plan

viewed the application settings page for people application and saw the correct overrode setting.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Followup from D11358#106424 and make policy.locked fully work.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Possibly-better location for the override inline?

src/applications/policy/query/PhabricatorPolicyQuery.php
26–33 ↗(On Diff #27313)

Hmm, I think I'd try putting this in PhabricatorApplication->getCustomPolicySetting() instead.

This revision is now accepted and ready to land.Jan 13 2015, 7:58 PM
btrahan edited edge metadata.

put the override in the better spot

This revision was automatically updated to reflect the committed changes.