Page MenuHomePhabricator

D17465.id42003.diff
No OneTemporary

D17465.id42003.diff

diff --git a/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php b/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php
--- a/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php
+++ b/src/applications/maniphest/edge/ManiphestTaskDependedOnByTaskEdgeType.php
@@ -11,6 +11,18 @@
return true;
}
+ public function getConduitKey() {
+ return 'task.parent';
+ }
+
+ public function getConduitName() {
+ return pht('Parent Task');
+ }
+
+ public function getConduitDescription() {
+ return pht('The source object has the destination object as a parent.');
+ }
+
public function getTransactionAddString(
$actor,
$add_count,
diff --git a/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php b/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php
--- a/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php
+++ b/src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php
@@ -16,6 +16,18 @@
return true;
}
+ public function getConduitKey() {
+ return 'task.subtask';
+ }
+
+ public function getConduitName() {
+ return pht('Subtask');
+ }
+
+ public function getConduitDescription() {
+ return pht('The source object has the destination object as a subtask.');
+ }
+
public function getTransactionAddString(
$actor,
$add_count,

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 2:51 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228559
Default Alt Text
D17465.id42003.diff (1 KB)

Event Timeline