Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15292718
D17465.id42003.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17465.id42003.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17465: Expose "parent task" and "subtask" relationships to "edge.search"
Attached
Detach File
Event Timeline
Log In to Comment