mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Fix customfield columns do not always come back after print
This commit is contained in:
parent
39fb455bea
commit
523edb57c3
@ -2029,6 +2029,10 @@ var et2_nextmatch = (function(){ "use strict"; return et2_DOMWidget.extend([et2_
|
|||||||
|
|
||||||
|
|
||||||
var pref = this.options.settings.columnselection_pref;
|
var pref = this.options.settings.columnselection_pref;
|
||||||
|
if(pref.indexOf('nextmatch') == 0)
|
||||||
|
{
|
||||||
|
pref = 'nextmatch-'+pref;
|
||||||
|
}
|
||||||
var app = this.getInstanceManager().app;
|
var app = this.getInstanceManager().app;
|
||||||
|
|
||||||
var columns = {};
|
var columns = {};
|
||||||
@ -2244,6 +2248,7 @@ var et2_nextmatch = (function(){ "use strict"; return et2_DOMWidget.extend([et2_
|
|||||||
}
|
}
|
||||||
if(pref)
|
if(pref)
|
||||||
{
|
{
|
||||||
|
if(typeof pref === 'string') pref = pref.split(',');
|
||||||
this.set_columns(pref,app);
|
this.set_columns(pref,app);
|
||||||
}
|
}
|
||||||
this.dynheight.outerNode.css('max-width','inherit');
|
this.dynheight.outerNode.css('max-width','inherit');
|
||||||
|
Loading…
Reference in New Issue
Block a user