Page MenuHomePhabricator

D16803.id40467.diff
No OneTemporary

D16803.id40467.diff

diff --git a/src/applications/calendar/storage/PhabricatorCalendarEvent.php b/src/applications/calendar/storage/PhabricatorCalendarEvent.php
--- a/src/applications/calendar/storage/PhabricatorCalendarEvent.php
+++ b/src/applications/calendar/storage/PhabricatorCalendarEvent.php
@@ -1163,7 +1163,7 @@
case PhabricatorPolicyCapability::CAN_VIEW:
return $this->getViewPolicy();
case PhabricatorPolicyCapability::CAN_EDIT:
- if ($this->getImportSource()) {
+ if ($this->isImportedEvent()) {
return PhabricatorPolicies::POLICY_NOONE;
} else {
return $this->getEditPolicy();
@@ -1172,7 +1172,7 @@
}
public function hasAutomaticCapability($capability, PhabricatorUser $viewer) {
- if ($this->getImportSource()) {
+ if ($this->isImportedEvent()) {
return false;
}
@@ -1198,7 +1198,7 @@
}
public function describeAutomaticCapability($capability) {
- if ($this->getImportSource()) {
+ if ($this->isImportedEvent()) {
return pht(
'Events imported from external sources can not be edited in '.
'Phabricator.');

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 13, 1:58 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7600186
Default Alt Text
D16803.id40467.diff (1 KB)

Event Timeline