Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2906775
D25625.1737357198.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
967 B
Referenced Files
None
Subscribers
None
D25625.1737357198.diff
View Options
diff --git a/src/applications/dashboard/xaction/panel/PhabricatorDashboardTextPanelTextTransaction.php b/src/applications/dashboard/xaction/panel/PhabricatorDashboardTextPanelTextTransaction.php
--- a/src/applications/dashboard/xaction/panel/PhabricatorDashboardTextPanelTextTransaction.php
+++ b/src/applications/dashboard/xaction/panel/PhabricatorDashboardTextPanelTextTransaction.php
@@ -9,6 +9,25 @@
return 'text';
}
+ public function getTitle() {
+ return pht(
+ '%s updated the panel text.',
+ $this->renderAuthor());
+ }
+
+ public function hasChangeDetailView() {
+ return true;
+ }
+
+ public function newChangeDetailView() {
+ $viewer = $this->getViewer();
+
+ return id(new PhabricatorApplicationTransactionTextDiffDetailView())
+ ->setViewer($viewer)
+ ->setOldText($this->getOldValue())
+ ->setNewText($this->getNewValue());
+ }
+
public function newRemarkupChanges() {
$changes = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 07:13 (18 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114060
Default Alt Text
D25625.1737357198.diff (967 B)
Attached To
Mode
D25625: Dashboard Text Panel: improve feed when changing Description
Attached
Detach File
Event Timeline
Log In to Comment