Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15442380
D19148.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
840 B
Referenced Files
None
Subscribers
None
D19148.id.diff
View Options
diff --git a/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php b/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
--- a/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
+++ b/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
@@ -167,7 +167,7 @@
'Unable to find lines.'));
}
- if ($direction > 0) {
+ if ($view['direction'] > 0) {
$slice_offset = $anchor_key;
} else {
$slice_offset = max(0, $anchor_key - ($view['lines'] - 1));
@@ -589,7 +589,7 @@
$up_text);
$mid_text = pht(
- 'Show More (%s bytes Hidden)',
+ 'Show More (%s Bytes)',
new PhutilNumber($range['tail'] - $range['head']));
$expand_mid = javelin_tag(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 27, 11:02 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7394724
Default Alt Text
D19148.id.diff (840 B)
Attached To
Mode
D19148: Fix a Harbormaster build log issue where too few header lines were returned when expanding logs in the middle
Attached
Detach File
Event Timeline
Log In to Comment