Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2608400
D25655.1731179496.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
951 B
Referenced Files
None
Subscribers
None
D25655.1731179496.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25655: Fix call to non-existing newWorkCommands() in NuanceItemType
Attached
Detach File
Event Timeline
Log In to Comment