mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* InfoLog/Addressbook: refresh CRM view if InfoLog was edited without having InfoLog tab open
This commit is contained in:
parent
e957750106
commit
a7708a8773
@ -100,8 +100,13 @@ app.classes.infolog = AppJS.extend(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Refresh handler for infologs integrated in calendar
|
// Refresh handler for Addressbook CRM view
|
||||||
if (_app == 'infolog' && _id && _type !='delete')
|
if (_app == 'infolog' && this.et2._inst.app == 'addressbook' && this.et2._inst.name == 'infolog.index')
|
||||||
|
{
|
||||||
|
this.et2._inst.refresh(_msg, _app, _id, _type);
|
||||||
|
}
|
||||||
|
// Refresh handler for infologs integrated in calendar
|
||||||
|
if (_app == 'infolog' && _id && _type != 'delete')
|
||||||
{
|
{
|
||||||
var info_type = egw.dataGetUIDdata(_app+"::"+_id)?egw.dataGetUIDdata(_app+"::"+_id).data.info_type:false;
|
var info_type = egw.dataGetUIDdata(_app+"::"+_id)?egw.dataGetUIDdata(_app+"::"+_id).data.info_type:false;
|
||||||
var cal_show = egw.preference('cal_show','infolog')||false;
|
var cal_show = egw.preference('cal_show','infolog')||false;
|
||||||
|
Loading…
Reference in New Issue
Block a user