Implement app refresh (via observer) to clear all cached data & redraw properly

This commit is contained in:
Nathan Gray 2015-08-12 17:42:22 +00:00
parent 8db7e46aa6
commit 949ea0c000

View File

@ -272,7 +272,7 @@ app.classes.calendar = AppJS.extend(
egw.dataDeleteUID(_app + '::' + events[i]);
}
// Force redraw to default state
this.setState();
this.setState({});
}
break;
}