Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15410675
D18706.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
D18706.diff
View Options
diff --git a/src/applications/maniphest/edge/ManiphestTaskHasDuplicateTaskEdgeType.php b/src/applications/maniphest/edge/ManiphestTaskHasDuplicateTaskEdgeType.php
--- a/src/applications/maniphest/edge/ManiphestTaskHasDuplicateTaskEdgeType.php
+++ b/src/applications/maniphest/edge/ManiphestTaskHasDuplicateTaskEdgeType.php
@@ -13,4 +13,18 @@
return true;
}
+ public function getConduitKey() {
+ return 'task.merged-in';
+ }
+
+ public function getConduitName() {
+ return pht('Merged In');
+ }
+
+ public function getConduitDescription() {
+ return pht(
+ 'The source task has had the destination task closed as a '.
+ 'duplicate and merged into it.');
+ }
+
}
diff --git a/src/applications/maniphest/edge/ManiphestTaskIsDuplicateOfTaskEdgeType.php b/src/applications/maniphest/edge/ManiphestTaskIsDuplicateOfTaskEdgeType.php
--- a/src/applications/maniphest/edge/ManiphestTaskIsDuplicateOfTaskEdgeType.php
+++ b/src/applications/maniphest/edge/ManiphestTaskIsDuplicateOfTaskEdgeType.php
@@ -13,4 +13,19 @@
return true;
}
+ public function getConduitKey() {
+ return 'task.duplicate';
+ }
+
+ public function getConduitName() {
+ return pht('Closed as Duplicate');
+ }
+
+ public function getConduitDescription() {
+ return pht(
+ 'The source task has been closed as a duplicate of the '.
+ 'destination task.');
+ }
+
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 8:09 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7549956
Default Alt Text
D18706.diff (1 KB)
Attached To
Mode
D18706: Allow duplicates and merged-in tasks to be queried with `edge.search`
Attached
Detach File
Event Timeline
Log In to Comment