Page MenuHomePhabricator

Fix an exception with user cache generation in "bin/conduit call --as <user>"
ClosedPublic

Authored by epriestley on Mar 7 2019, 12:26 AM.
Tags
None
Referenced Files
F19803567: D20255.diff
Mon, Mar 2, 12:22 AM
F19710880: D20255.id48347.diff
Wed, Feb 11, 5:28 PM
F19554691: D20255.id48347.diff
Jan 30 2026, 1:29 AM
F19552532: D20255.diff
Jan 29 2026, 1:21 AM
F19082953: D20255.id48360.diff
Dec 2 2025, 12:28 PM
F19031245: D20255.diff
Nov 24 2025, 11:49 PM
F18985075: D20255.id48347.diff
Nov 17 2025, 12:52 PM
F18823993: D20255.id.diff
Oct 23 2025, 2:01 PM
Subscribers
None

Details

Summary

Ref T13249. Using "--as" to call some Conduit methods as a user can currently fatal when trying to access settings/preferences.

Allow inline regeneration of user caches.

Test Plan

Called project.edit to add a member. Before: constructing a policy field tried to access the user's preferences and failed. After: Smooth sailing.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable