Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15479371
D17970.id43218.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
608 B
Referenced Files
None
Subscribers
None
D17970.id43218.diff
View Options
diff --git a/src/applications/pholio/xaction/PholioMockDescriptionTransaction.php b/src/applications/pholio/xaction/PholioMockDescriptionTransaction.php
--- a/src/applications/pholio/xaction/PholioMockDescriptionTransaction.php
+++ b/src/applications/pholio/xaction/PholioMockDescriptionTransaction.php
@@ -44,4 +44,14 @@
->setNewText($this->getNewValue());
}
+ public function newRemarkupChanges() {
+ $changes = array();
+
+ $changes[] = $this->newRemarkupChange()
+ ->setOldValue($this->getOldValue())
+ ->setNewValue($this->getNewValue());
+
+ return $changes;
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 9, 6:41 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7682181
Default Alt Text
D17970.id43218.diff (608 B)
Attached To
Mode
D17970: Make Pholio description behave as a remarkup field (e.g., subscribe mentioned users)
Attached
Detach File
Event Timeline
Log In to Comment