forked from extern/egroupware
Don't try for default, causes error if add is not valid
This commit is contained in:
parent
0de87f5711
commit
b171acf19a
@ -215,11 +215,6 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
|||||||
links = this._widget.options.settings.placeholder_actions;
|
links = this._widget.options.settings.placeholder_actions;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
// Default
|
|
||||||
if(typeof links == "undefined")
|
|
||||||
{
|
|
||||||
links = ["add"];
|
|
||||||
}
|
|
||||||
|
|
||||||
return links;
|
return links;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user