mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
Advanced search: WIP POC, integration with endpoint.
SVN:b1162[5400]
This commit is contained in:
@@ -43,11 +43,26 @@ $(function()
|
||||
this._super( key, value );
|
||||
},
|
||||
|
||||
// DOM element helpers
|
||||
_prepareElement: function()
|
||||
{
|
||||
this._super();
|
||||
|
||||
// Remove toggler as it's a non sense here
|
||||
this.element.find('.sfc_toggle').remove();
|
||||
},
|
||||
_setTitle: function(sTitle)
|
||||
{
|
||||
if(sTitle === undefined)
|
||||
{
|
||||
sTitle = this.options.oql;
|
||||
if(this.options.oql !== '')
|
||||
{
|
||||
sTitle = this.options.oql;
|
||||
}
|
||||
else
|
||||
{
|
||||
sTitle = this._makeOQLExpression();
|
||||
}
|
||||
}
|
||||
this._super(sTitle);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user