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)
Tue, Sep 17, 8:09 AM
Unknown Object (File)
Sat, Sep 14, 12:42 AM
Unknown Object (File)
Thu, Sep 12, 2:17 PM
Unknown Object (File)
Thu, Sep 12, 2:16 PM
Unknown Object (File)
Thu, Sep 12, 2:15 PM
Unknown Object (File)
Thu, Sep 12, 2:15 PM
Unknown Object (File)
Thu, Sep 12, 2:15 PM
Unknown Object (File)
Thu, Sep 12, 2:14 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.