mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Advanced search: WIP POC, UI/UX.
SVN:b1162[5478]
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user