Advanced search: Integration with endpoint.

SVN:b1162[5515]
This commit is contained in:
Guillaume Lajarige
2018-03-23 15:39:34 +00:00
parent 465532014b
commit 52731d7b0a

View File

@@ -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)
{