Commit cca3c530 authored by Sven Franck's avatar Sven Franck

app: add back filter-related data attributes

parent a473fce9
......@@ -1963,7 +1963,9 @@
"id": spec.id || null,
"data-update": spec.dynamic ? true : null,
"data-reference": spec.reference || null,
"data-map": spec.map_children || null
"data-map": spec.map_children || null,
"data-filter": has_filter || null,
"data-input": filter_id || null
}
}));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment