monthly statement drop down shows previous month in dropdown for current month
See original GitHub issueDescription
Monthly statement drop down shows February 2020
however data is being shown (right side summary and bottom lists) for current month of March.
Steps to Reproduce
- Clean profile w/ staging flags
- Enable Rewards, claim grant
- Make a one time tip
- Open monthly statement
Actual result:
Dropdown says ‘February 2020’ (note, this is the only option in the drop down) however data shown is for current month of March:
Expected result:
I expected the drop down to say ‘March 2020’ or ‘current month’ something like that.
Reproduces how often:
easily
Brave version (brave://version info)
Brave | 1.7.71 Chromium: 80.0.3987.149 (Official Build) dev (64-bit) |
---|---|
Revision | 5f4eb224680e5d7dca88504586e9fd951840cac6-refs/branch-heads/3987_137@{#16} |
OS | macOS Version 10.14.6 (Build 18G3020) |
Version/Channel Information:
- Can you reproduce this issue with the current release? n/a
- Can you reproduce this issue with the beta channel? yes
- Can you reproduce this issue with the dev channel? yes
- Can you reproduce this issue with the nightly channel? unsure, probably
Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields?
- Does the issue resolve itself when disabling Brave Rewards?
- Is the issue reproducible on the latest version of Chrome?
Miscellaneous Information:
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Display only the previous month's name in dropdown list
You can do something like this: var previousMonth = DateTime.Now.Month == 1 ? 1 : DateTime.Now.Month - 1 var months = Enumerable.
Read more >Create a drop down calendar - Get Digital Help
You can select a year and month and a formula calculates the right number of days in the last drop down list, however...
Read more >Power BI : Default Current Month & Previous Month Selection
Solved: Hi All, I am working on monthly sales report which fetches its data from monthly invoice excel files as and when data...
Read more >Solved: Filter to only show current month and last 12 mont...
Solved: Filter to only show current month and last 12 months in dropdown.
Read more >Display Last N Months & Selected Month using Single Date ...
2) Create 3 measures as shown below, and then add those 3 measures in the report along with a month slicer as shown...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LaurenWags yes we decided to show current month as well, I think it’s just selection problem (showing wrong month)
Verified passed with
Verified STR from description
Verified that when you have multiple months, you can select a different month and the monthly statement is updated accordingly:
Verification passed on
Verification passed on
Verified test plan from the description