Page MenuHomePhorge

D25655.1737779803.diff
No OneTemporary

D25655.1737779803.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 null;
+ }
+
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, Jan 25, 04:36 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147922
Default Alt Text
D25655.1737779803.diff (948 B)

Event Timeline