Skip to content
Snippets Groups Projects
Commit 71979aae authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

JditoFilter_lib bugfix for field-mappings

parent d49a3aa4
No related branches found
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ FilterSqlTranslator.prototype.getSqlCondition = function ()
if (pFilter.name in sqlFieldMappings)
{
sqlField = sqlFieldMappings[sqlField];
sqlField = sqlFieldMappings[pFilter.name];
//possibility to explicitly set the value to null/false so that the field is ignored
if (sqlField === null || sqlField === false)
......
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