Disable "recurrence_exception" row, including date and delete button, when there's no exception

This commit is contained in:
Hadi Nategh 2013-11-05 13:33:32 +00:00
parent d98b63f8a5
commit 4570588508

View File

@ -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
{