Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2863499
D25545.1736512630.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
854 B
Referenced Files
None
Subscribers
None
D25545.1736512630.diff
View Options
diff --git a/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php b/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php
--- a/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php
+++ b/src/applications/project/lipsum/PhabricatorProjectTestDataGenerator.php
@@ -19,6 +19,12 @@
PhabricatorProjectNameTransaction::TRANSACTIONTYPE,
$this->newProjectTitle());
+ $xactions[] = id(new PhabricatorProjectTransaction())
+ ->setTransactionType(PhabricatorTransactions::TYPE_CUSTOMFIELD)
+ ->setOldValue('')
+ ->setMetadataValue('customfield:key', 'std:project:internal:description')
+ ->setNewValue($this->newProjectTitle());
+
$xactions[] = $this->newTransaction(
PhabricatorProjectStatusTransaction::TRANSACTIONTYPE,
$this->newProjectStatus());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 12:37 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109139
Default Alt Text
D25545.1736512630.diff (854 B)
Attached To
Mode
D25545: Make lipsum project generator also fill in project description
Attached
Detach File
Event Timeline
Log In to Comment