mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°4007 - When a search is on auto submit, auto submit it also on first display
This commit is contained in:
@@ -120,6 +120,13 @@ $(function()
|
||||
'base_oql': this.options.search.base_oql,
|
||||
'criterion': this.options.search.criterion,
|
||||
});
|
||||
|
||||
// If auto submit is enabled, also submit on first display
|
||||
if(this.options.auto_submit === true)
|
||||
{
|
||||
this._submit();
|
||||
}
|
||||
|
||||
},
|
||||
// called when created, and later when changing options
|
||||
_refresh: function()
|
||||
|
||||
Reference in New Issue
Block a user