Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891847
D25246.1737215447.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
683 B
Referenced Files
None
Subscribers
None
D25246.1737215447.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25246: Work around exception in Herald transcript of old tasks: Call to a member function getAppliedTransactionPHIDs() on bool
Attached
Detach File
Event Timeline
Log In to Comment