Vote #68789
完了Starting day of week cannot be set to Saturday
100%
説明
Starting day of week is Saturday in some countries, Iran for one, but the drop down list in settings page only has Sunday and Monday.
It would be nice to be able to set starting day of week to Saturday independent of current locale of Redmine.
journals
--------------------------------------------------------------------------------
This tiny patch adds Saturday to choices of first day of week.
May somebody review and merge it?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch with additional fixes and tests committed in r5228.
--------------------------------------------------------------------------------
Was looking at #7218 when I realized the code at source:trunk/app/models/query.rb#L625 needs to be fixed to handle date filter "This week" properly according to the present issue.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Etienne Massip wrote:
> Was looking at #7218 when I realized the code at source:trunk/app/models/query.rb#L625 needs to be fixed to handle date filter "This week" properly according to the present issue.
Fixed in r5596.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,2884,No way to configure start of week day