Page MenuHomePhorge

D25246.1737215447.diff
No OneTemporary

D25246.1737215447.diff

diff --git a/src/applications/herald/controller/HeraldTranscriptController.php b/src/applications/herald/controller/HeraldTranscriptController.php
--- a/src/applications/herald/controller/HeraldTranscriptController.php
+++ b/src/applications/herald/controller/HeraldTranscriptController.php
@@ -717,8 +717,8 @@
->setName(pht('Field Values'))
->setIcon('fa-file-text-o');
- $xaction_phids = $this->getTranscriptTransactionPHIDs($xscript);
- $has_xactions = (bool)$xaction_phids;
+ $has_xactions = $xscript->getObjectTranscript()
+ && $this->getTranscriptTransactionPHIDs($xscript);
$nav->newLink('xactions')
->setName(pht('Transactions'))

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 15:50 (8 h, 37 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108714
Default Alt Text
D25246.1737215447.diff (683 B)

Event Timeline