mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
ae400020e8
commit
39954c1eb6
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ final class PhabricatorCalendarEvent extends PhabricatorCalendarDAO
|
|||
PhabricatorApplicationTransactionInterface,
|
||||
PhabricatorSubscribableInterface,
|
||||
PhabricatorTokenReceiverInterface,
|
||||
PhabricatorMentionableInterface {
|
||||
PhabricatorMentionableInterface,
|
||||
PhabricatorFlaggableInterface {
|
||||
|
||||
protected $name;
|
||||
protected $userPHID;
|
||||
|
|
Loading…
Reference in a new issue