Update currently selected Add alarm time when start time changes

This commit is contained in:
nathangray 2016-09-12 10:58:15 -06:00
parent 1ece2bb4f0
commit 7a342ba56d
3 changed files with 5 additions and 3 deletions

View File

@ -1062,6 +1062,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
recur_end.set_min(widget.getValue()); recur_end.set_min(widget.getValue());
} }
} }
// Update currently selected alarm time
this.alarm_custom_date();
}, },
/** /**

View File

@ -607,7 +607,7 @@ Hide subsequent headers in week view with non-consolidated owners
/* alarm_date widget disabled class /* alarm_date widget disabled class
*/ */
.calendar_alarm_date_display { .calendar_alarm_date_display {
display: none; display: none !important;
} }
/*overwirte margin applied by egwGridView*/ /*overwirte margin applied by egwGridView*/
.calendar_alarm_grid{ .calendar_alarm_grid{

View File

@ -341,7 +341,7 @@ Hide subsequent headers in week view with non-consolidated owners
width: calc(100% - 58px); width: calc(100% - 58px);
margin-left: 58px; margin-left: 58px;
color: white; color: white;
background-color: #0C5DA5; background-color: #2D6393;
text-align: center; text-align: center;
line-height: 1.5em; line-height: 1.5em;
font-size: 14px; font-size: 14px;
@ -601,7 +601,7 @@ Hide subsequent headers in week view with non-consolidated owners
/* alarm_date widget disabled class /* alarm_date widget disabled class
*/ */
.calendar_alarm_date_display { .calendar_alarm_date_display {
display: none; display: none !important;
} }
/*overwirte margin applied by egwGridView*/ /*overwirte margin applied by egwGridView*/
.calendar_alarm_grid { .calendar_alarm_grid {