mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Nextmatch export button no longer defaults to on, it must now be explicitly set by the application.
This commit is contained in:
parent
4c1c710ba9
commit
ec118b0839
@ -1598,7 +1598,7 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
|
||||
this._setup_favorites(settings['favorites']);
|
||||
|
||||
// Export
|
||||
if(typeof settings.csv_fields == "undefined" || settings.csv_fields != false)
|
||||
if(typeof settings.csv_fields != "undefined" && settings.csv_fields != false)
|
||||
{
|
||||
var definition = settings.csv_fields;
|
||||
if(settings.csv_fields === true)
|
||||
|
Loading…
Reference in New Issue
Block a user