forked from extern/egroupware
Disable "recurrence_exception" row, including date and delete button, when there's no exception
This commit is contained in:
parent
d98b63f8a5
commit
4570588508
@ -76,6 +76,7 @@ app.classes.calendar = AppJS.extend(
|
||||
{
|
||||
this.set_enddate_visibility();
|
||||
this.check_recur_type();
|
||||
this.et2.getWidgetById('recur_exception').set_disabled(typeof content.data['recur_exception'][0] == 'undefined');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user