Page MenuHomePhabricator

Calendar events should have edit/view policies
ClosedPublic

Authored by lpriestley on Apr 30 2015, 9:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 22, 11:20 PM
Unknown Object (File)
Sat, Dec 21, 2:20 PM
Unknown Object (File)
Tue, Dec 17, 10:25 AM
Unknown Object (File)
Wed, Dec 11, 2:03 AM
Unknown Object (File)
Mon, Dec 9, 5:57 PM
Unknown Object (File)
Sun, Dec 8, 11:00 PM
Unknown Object (File)
Fri, Dec 6, 10:49 PM
Unknown Object (File)
Wed, Dec 4, 9:36 PM
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.