Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2688468
D25677.1734723272.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
840 B
Referenced Files
None
Subscribers
None
D25677.1734723272.diff
View Options
diff --git a/src/applications/maniphest/field/ManiphestCustomField.php b/src/applications/maniphest/field/ManiphestCustomField.php
--- a/src/applications/maniphest/field/ManiphestCustomField.php
+++ b/src/applications/maniphest/field/ManiphestCustomField.php
@@ -15,17 +15,4 @@
return new ManiphestCustomFieldNumericIndex();
}
- /**
- * When the user creates a task, the UI prompts them to "Create another
- * similar task". This copies some fields (e.g., Owner and CCs) but not other
- * fields (e.g., description). If this custom field should also be copied,
- * return true from this method.
- *
- * @return bool True to copy the default value from the template task when
- * creating a new similar task.
- */
- public function shouldCopyWhenCreatingSimilarTask() {
- return false;
- }
-
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 19:34 (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1020562
Default Alt Text
D25677.1734723272.diff (840 B)
Attached To
Mode
D25677: Remove unused method shouldCopyWhenCreatingSimilarTask()
Attached
Detach File
Event Timeline
Log In to Comment