forked from extern/egroupware
Avoid extra reload of infolog, just hide the details
This commit is contained in:
parent
dc965c15f9
commit
f74bd300f4
@ -55,7 +55,10 @@ app.classes.infolog = AppJS.extend(
|
|||||||
{
|
{
|
||||||
case 'infolog.index':
|
case 'infolog.index':
|
||||||
this.filter_change();
|
this.filter_change();
|
||||||
this.filter2_change(null, this.et2.getWidgetById('nm'));
|
// Show / hide descriptions according to details filter
|
||||||
|
var nm = this.et2.getWidgetById('nm');
|
||||||
|
var filter2 = nm.getWidgetById('filter2');
|
||||||
|
this.show_details(filter2.value == 'all',nm.getDOMNode(nm));
|
||||||
break;
|
break;
|
||||||
case 'infolog.edit.print':
|
case 'infolog.edit.print':
|
||||||
// Trigger print command if the infolog oppend for printing porpuse
|
// Trigger print command if the infolog oppend for printing porpuse
|
||||||
|
Loading…
Reference in New Issue
Block a user