Skip to content
Snippets Groups Projects
Commit 379943b8 authored by S.Listl's avatar S.Listl
Browse files

AttributeFilter fix

parent 3e30b769
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,11 @@ AttributeFilterExtensionMaker.makeFilterValues = function()
AttributeFilterExtensionMaker.getFilterCondition = function(pObjectType, pFilterName, pCondition, pRawValue, pOperatorName, pIdTableName, pIdColumnName)
{
var resSql;
var preparedValues = [];
var preparedValues = [];
var name = pFilterName;
name = AttributeSearchNameCoder.decode(name);
var attributeId = name.id;
var attributeType = name.type;
if (attributeType == $AttributeTypes.VOID.toString())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment