From 39954c1eb6decaeacb25c98c1706a757ba248e21 Mon Sep 17 00:00:00 2001 From: lkassianik Date: Tue, 28 Apr 2015 15:27:01 -0700 Subject: [PATCH] Calendar events should be flaggable Summary: Closes T7947, Calendar events should be flaggable. Test Plan: Flag a Calendar event, open Flags, see flag. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7947 Differential Revision: https://secure.phabricator.com/D12602 --- src/applications/calendar/storage/PhabricatorCalendarEvent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/calendar/storage/PhabricatorCalendarEvent.php b/src/applications/calendar/storage/PhabricatorCalendarEvent.php index cdcd3ddf87..4cb5996b02 100644 --- a/src/applications/calendar/storage/PhabricatorCalendarEvent.php +++ b/src/applications/calendar/storage/PhabricatorCalendarEvent.php @@ -6,7 +6,8 @@ final class PhabricatorCalendarEvent extends PhabricatorCalendarDAO PhabricatorApplicationTransactionInterface, PhabricatorSubscribableInterface, PhabricatorTokenReceiverInterface, - PhabricatorMentionableInterface { + PhabricatorMentionableInterface, + PhabricatorFlaggableInterface { protected $name; protected $userPHID;