Skip to content

Commit

Permalink
(js) Fix display of auto-reply (vacation) message
Browse files Browse the repository at this point in the history
Fixes #3940
  • Loading branch information
cgx committed Dec 19, 2016
1 parent e739ed4 commit 1eb378c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -20,6 +20,7 @@ Bug fixes
- [web] switch on "Remember username" when cookie username is set
- [web] return login page for unknown users (#2135)
- [web] fixed saving monthly recurrence rule with "by day" condition (#3948)
- [web] fixed display of message content when enabling auto-reply (#3940)
- [eas] properly skip folders we don't want to synchronize (#3943)
- [eas] fixed 30 mins freebusy offset with S Planner

Expand Down
3 changes: 2 additions & 1 deletion UI/Templates/PreferencesUI/UIxPreferences.wox
Expand Up @@ -826,7 +826,8 @@
<var:string label:value="Enable vacation auto reply"/>
</md-checkbox>

<div class="md-inline-form" layout="column" flex-offset="5" ng-show="app.preferences.defaults.Vacation.enabled == 1">
<div class="md-inline-form" layout="column" flex-offset="5"
ng-if="app.preferences.defaults.Vacation.enabled == 1">

<div layout="row">
<md-checkbox
Expand Down

0 comments on commit 1eb378c

Please sign in to comment.