mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Advanced search: Integration with endpoint.
SVN:b1162[5515]
This commit is contained in:
@@ -503,7 +503,7 @@ $(function()
|
||||
_addCriteria: function(oData)
|
||||
{
|
||||
var sRef = oData.ref;
|
||||
var sType = this._getCriteriaTypeFromFieldRef(sRef);
|
||||
var sType = (oData.widget !== undefined) ? oData.widget : this._getCriteriaTypeFromFieldRef(sRef);
|
||||
|
||||
if(sType !== null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user