Page MenuHomePhabricator

Calendar events should have edit/view policies
ClosedPublic

Authored by lpriestley on Apr 30 2015, 9:33 PM.
Tags
None
Referenced Files
F18110863: D12632.diff
Tue, Aug 12, 12:56 AM
F18102431: D12632.id30328.diff
Sat, Aug 9, 8:46 PM
F18102430: D12632.id30329.diff
Sat, Aug 9, 8:46 PM
F18102429: D12632.id30327.diff
Sat, Aug 9, 8:46 PM
F17868648: D12632.diff
Mon, Jul 28, 8:03 AM
F17723731: D12632.diff
Jul 18 2025, 11:51 AM
Unknown Object (File)
Jul 2 2025, 12:49 PM
Unknown Object (File)
May 10 2025, 4:15 AM
Subscribers

Details

Summary

Closes T7940, Calendar events should have edit/view policies.

Test Plan

Create new event and save, event should be only visible and editable by creator. Editing policies should correctly set the permissions of editing/viewing the event.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Calendar events should have edit/view policies.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
37–38

These shouldn't be necessary, since initializeNewCalendarEvent() sets them for you automatically.

src/applications/calendar/storage/PhabricatorCalendarEvent.php
255–257

This could be omitted to slightly simplify things, since we'll just hit the return false; below anyway.

This revision is now accepted and ready to land.Apr 30 2015, 9:39 PM
lpriestley marked 2 inline comments as done.
lpriestley edited edge metadata.

Cleanup.

This revision was automatically updated to reflect the committed changes.