Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14620307
D20901.id49818.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
650 B
Referenced Files
None
Subscribers
None
D20901.id49818.diff
View Options
diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -1133,6 +1133,8 @@
} else {
$fragments = array();
foreach ($moves as $move) {
+ $to_column = $move['columnPHID'];
+ $board_phid = $move['boardPHID'];
$fragments[] = pht(
'%s (%s)',
$this->renderHandleLink($board_phid),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 3:14 AM (4 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6984451
Default Alt Text
D20901.id49818.diff (650 B)
Attached To
Mode
D20901: Correct rendering of workboard column move stories when a single transaction performs moves on multiple boards
Attached
Detach File
Event Timeline
Log In to Comment