mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 22:54:55 +00:00
(js) Calendar week days must be set to save prefs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user