(js) Calendar week days must be set to save prefs

pull/234/head
Francis Lachapelle 2017-02-27 12:55:15 -05:00
parent 4002650748
commit dfce966e79
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -12,6 +12,7 @@ Bug fixes
- [web] fixed function call when removing contact category (#4039)
- [web] localized mailbox names everywhere (#4040, #4041)
- [web] hide fab button when printing (#4038)
- [web] SOGoCalendarWeekdays must now be defined before saving preferences
3.2.7 (2017-02-14)
------------------

View File

@ -311,6 +311,7 @@
<md-grid-list md-cols="7" md-row-height="2em" md-gutter="0.5em"
flex="50" flex-sm="80" flex-xs="100"
ng-model="app.preferences.defaults.SOGoCalendarWeekdays"
ng-required="true"
sg-toggle-grid="sg-toggle-grid">
<var:foreach list="shortWeekDaysList" item="item">
<md-grid-tile var:value="valueForWeekDay"><var:string value="item"/></md-grid-tile>