mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
fix permanent reload in idots template, when switching to a listview-favorite
This commit is contained in:
parent
6f8287a0ed
commit
968d5d6760
@ -1085,7 +1085,7 @@ app.classes.calendar = AppJS.extend(
|
|||||||
if (typeof state.state != 'undefined' && state.state.view == 'undefined' || state.state.view == 'listview')
|
if (typeof state.state != 'undefined' && state.state.view == 'undefined' || state.state.view == 'listview')
|
||||||
{
|
{
|
||||||
// check if we already use et2 / are in listview
|
// check if we already use et2 / are in listview
|
||||||
if (this.et2)
|
if (this.et2 || etemplate2 && etemplate2.getByApplication('calendar'))
|
||||||
{
|
{
|
||||||
// current calendar-code can set regular calendar states only via a server-request :(
|
// current calendar-code can set regular calendar states only via a server-request :(
|
||||||
// --> check if we only need to set something which can be handeled by nm internally
|
// --> check if we only need to set something which can be handeled by nm internally
|
||||||
|
Loading…
Reference in New Issue
Block a user