mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Avoid error if dataStorePrefix & get_rows are not set
This commit is contained in:
parent
a0e131d395
commit
afd1923851
@ -1216,7 +1216,7 @@ var et2_nextmatch = (function(){ "use strict"; return et2_DOMWidget.extend([et2_
|
|||||||
if(total == 0) this.controller._emptyRow();
|
if(total == 0) this.controller._emptyRow();
|
||||||
|
|
||||||
// Set data cache prefix to either provided custom or auto
|
// Set data cache prefix to either provided custom or auto
|
||||||
if(!this.options.settings.dataStorePrefix)
|
if(!this.options.settings.dataStorePrefix && this.options.settings.get_rows)
|
||||||
{
|
{
|
||||||
// Use jsapi data module to update
|
// Use jsapi data module to update
|
||||||
var list = this.options.settings.get_rows.split('.', 2);
|
var list = this.options.settings.get_rows.split('.', 2);
|
||||||
|
Loading…
Reference in New Issue
Block a user