Page MenuHomePhabricator

Conpherence - fix permissions issue creating new Conpherences
ClosedPublic

Authored by btrahan on Dec 4 2014, 7:23 PM.
Tags
None
Referenced Files
F15498613: D10927.id26247.diff
Sun, Apr 13, 1:33 PM
F15492426: D10927.id.diff
Sat, Apr 12, 2:15 PM
F15491968: D10927.id26246.diff
Sat, Apr 12, 9:26 AM
F15489569: D10927.diff
Fri, Apr 11, 10:17 AM
F15415335: D10927.id26247.diff
Mar 20 2025, 5:27 AM
F15378240: D10927.id26247.diff
Mar 13 2025, 1:30 PM
F15378239: D10927.id26246.diff
Mar 13 2025, 1:30 PM
F15378238: D10927.id.diff
Mar 13 2025, 1:30 PM
Subscribers

Details

Summary

Fixes T6690. The editor innards end up loading the conpherence object, whose policy is dictated by these participation objects.

Test Plan

pre patch could not create new conpherences. post patch I can create conpherences! i can also add people to conpherences and it works.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Conpherence - fix permissions issue creating new Conpherences.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Seems reasonable.

This revision is now accepted and ready to land.Dec 4 2014, 7:25 PM

In the second case, we might just be able to skip that block if the comment isn't being edited? i.e., if $commentVersion === 1, we don't need to do that load? Do we?

Well, on more thought, I think we need this piece anyway for future proofing. I'll shoot over another diff on the comment version fix.

This revision was automatically updated to reflect the committed changes.