mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Stop extra nextmatch refresh when refreshing calendar app
This commit is contained in:
parent
ad4e9f6770
commit
aee540d7bb
@ -318,6 +318,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
|
||||
// Force redraw to current state
|
||||
this.setState({state: this.state});
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
@ -2119,7 +2120,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
}
|
||||
},this, et2_calendar_view);
|
||||
}
|
||||
else
|
||||
else if(state.state.view !== 'listview')
|
||||
{
|
||||
// Simple, easy case - just one widget for the selected time span. (planner)
|
||||
// Update existing view's special attribute filters, defined in the view list
|
||||
|
Loading…
Reference in New Issue
Block a user