Page MenuHomePhabricator

Conpherence - fix permissions issue creating new Conpherences
ClosedPublic

Authored by btrahan on Dec 4 2014, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 4:09 PM
Unknown Object (File)
Thu, Apr 25, 1:27 AM
Unknown Object (File)
Sun, Apr 21, 6:28 PM
Unknown Object (File)
Sat, Apr 13, 12:20 AM
Unknown Object (File)
Mon, Apr 1, 9:53 PM
Unknown Object (File)
Mar 20 2024, 4:08 AM
Unknown Object (File)
Mar 4 2024, 8:27 PM
Unknown Object (File)
Mar 4 2024, 5:22 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.