-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudDatePicker: Fix Persian year in header #10854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MudDatePicker: Fix Persian year in header #10854
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10854 +/- ##
=======================================
Coverage 91.91% 91.91%
=======================================
Files 427 427
Lines 13570 13576 +6
Branches 2599 2601 +2
=======================================
+ Hits 12473 12479 +6
Misses 524 524
Partials 573 573 ☔ View full report in Codecov by Sentry. |
src/MudBlazor.UnitTests.Viewer/TestComponents/DatePicker/PersianDatePickerTest.razor
Outdated
Show resolved
Hide resolved
|
Please, run
We pass Culture as |
|
The failures aren't from these changes. |
|
Hm interesting, the formatting comes from unrelated files, seems new SDK? |
src/MudBlazor.UnitTests.Viewer/TestComponents/DatePicker/PersianDatePickerTest.razor
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|



Description
Persian calendar should always display Persian year in the header
Resolves: #10849
How Has This Been Tested?
Visually + unit test
Type of Changes
Checklist
dev).