Advanced search: WIP POC, UI/UX.

SVN:b1162[5478]
This commit is contained in:
Guillaume Lajarige
2018-03-20 15:12:36 +00:00
parent fbd7abf4e2
commit 92a08a1865

View File

@@ -9,6 +9,7 @@ $(function()
// default options
options:
{
'label': '', // Computed by server
},
// the constructor
@@ -71,14 +72,7 @@ $(function()
{
if(sTitle === undefined)
{
if(this.options.oql !== '')
{
sTitle = this.options.oql;
}
else
{
sTitle = this._makeOQLExpression();
}
sTitle = this.options.label;
}
this._super(sTitle);
},