Page MenuHomePhorge

D25655.1731179496.diff
No OneTemporary

D25655.1731179496.diff

diff --git a/src/applications/nuance/item/NuanceGitHubEventItemType.php b/src/applications/nuance/item/NuanceGitHubEventItemType.php
--- a/src/applications/nuance/item/NuanceGitHubEventItemType.php
+++ b/src/applications/nuance/item/NuanceGitHubEventItemType.php
@@ -20,6 +20,10 @@
return $this->newRawEvent($item)->getEventFullTitle();
}
+ protected function newWorkCommands(NuanceItem $item) {
+ return array();
+ }
+
public function canUpdateItems() {
return true;
}
diff --git a/src/applications/nuance/item/NuanceItemType.php b/src/applications/nuance/item/NuanceItemType.php
--- a/src/applications/nuance/item/NuanceItemType.php
+++ b/src/applications/nuance/item/NuanceItemType.php
@@ -6,6 +6,8 @@
private $viewer;
private $controller;
+ abstract protected function newWorkCommands(NuanceItem $item);
+
public function setViewer(PhabricatorUser $viewer) {
$this->viewer = $viewer;
return $this;

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 9, 19:11 (21 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
963504
Default Alt Text
D25655.1731179496.diff (951 B)

Event Timeline