Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2681286
D25759.1734639886.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
598 B
Referenced Files
None
Subscribers
None
D25759.1734639886.diff
View Options
diff --git a/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php b/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php
--- a/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php
+++ b/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php
@@ -78,6 +78,12 @@
$xaction);
continue;
}
+ if (mb_strlen($new) > 255) {
+ $errors[] = $this->newInvalidError(
+ pht('Task title must be less than 255 characters.'),
+ $xaction);
+ continue;
+ }
}
if (!$errors) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 20:24 (18 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015518
Default Alt Text
D25759.1734639886.diff (598 B)
Attached To
Mode
D25759: Restrict maximum task title length to 255 characters
Attached
Detach File
Event Timeline
Log In to Comment