Skip to content
Snippets Groups Projects
Commit 4519fadb authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon: Committed by Benjamin Ulrich
Browse files

Attribute filter extension sql optimized

parent a14430ee
No related branches found
No related tags found
No related merge requests found
......@@ -158,4 +158,4 @@ AttributeFilterExtensionMaker.makeFilterConditionSql = function()
var res = AttributeFilterExtensionMaker.getFilterCondition(objectType, filterName, filterCond, filterRawValue, filterOpratorName,
uidInfo.table, uidInfo.column, columnPlaceholder);
return res;
};
\ No newline at end of file
};
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