Differential D11146 Diff 26758 src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
| Show First 20 Lines • Show All 354 Lines • ▼ Show 20 Lines | if (!$old) { | ||||
| $xaction->renderHandleLink($author_phid), | $xaction->renderHandleLink($author_phid), | ||||
| $this->getFieldName(), | $this->getFieldName(), | ||||
| $old, | $old, | ||||
| $new); | $new); | ||||
| } | } | ||||
| } | } | ||||
| public function getApplicationTransactionTitleForFeed( | public function getApplicationTransactionTitleForFeed( | ||||
| PhabricatorApplicationTransaction $xaction, | PhabricatorApplicationTransaction $xaction) { | ||||
| PhabricatorFeedStory $story) { | |||||
| $author_phid = $xaction->getAuthorPHID(); | $author_phid = $xaction->getAuthorPHID(); | ||||
| $object_phid = $xaction->getObjectPHID(); | $object_phid = $xaction->getObjectPHID(); | ||||
| $old = $xaction->getOldValue(); | $old = $xaction->getOldValue(); | ||||
| $new = $xaction->getNewValue(); | $new = $xaction->getNewValue(); | ||||
| if (!$old) { | if (!$old) { | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||