Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
actual-vt-capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danieljk
actual-vt-capstone
Commits
ac90eb21
Unverified
Commit
ac90eb21
authored
6 months ago
by
Neil
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Report Header: fix validateStart bug (#3379)
* day to month * notes
parent
61bffa3d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/desktop-client/src/components/reports/reportRanges.ts
+1
-1
1 addition, 1 deletion
...ges/desktop-client/src/components/reports/reportRanges.ts
upcoming-release-notes/3379.md
+6
-0
6 additions, 0 deletions
upcoming-release-notes/3379.md
with
7 additions
and
1 deletion
packages/desktop-client/src/components/reports/reportRanges.ts
+
1
−
1
View file @
ac90eb21
...
...
@@ -114,7 +114,7 @@ function boundedRange(
latest
=
monthUtils
.
currentDay
();
break
;
default
:
latest
=
monthUtils
.
current
Day
();
latest
=
monthUtils
.
current
Month
();
break
;
}
...
...
This diff is collapsed.
Click to expand it.
upcoming-release-notes/3379.md
0 → 100644
+
6
−
0
View file @
ac90eb21
---
category
:
Bugfix
authors
:
[
carkom
]
---
Fix report header validateStart bug.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment