Skip to content
Snippets Groups Projects
Commit ee578851 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon: Committed by Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1054174][Fehler in FilterExtension für Attributes]

parent 4c52c683
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ var childType = vars.get("$param.ChildType_param");
var objectType = vars.get("$param.ObjectType_param");
var filteredIds = vars.getString("$param.FilteredAttributeIds_param") ? JSON.parse(vars.getString("$param.FilteredAttributeIds_param")) : null
var attributeCountObj = vars.get("$param.AttributeCount_param") ? JSON.parse(vars.getString("$param.AttributeCount_param")) : null;
var displaySimpleName = vars.get("$param.DisplaySimpleName_param");
vars.getString("$param.DisplaySimpleName_param") == "true" ? true : false;
var themeObjectRowId = vars.get("$param.ThemeObjectRowId_param");
......
......@@ -1310,9 +1310,6 @@
<filterConditionProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/attribute_filter/filterConditionProcess.js</filterConditionProcess>
<filtertype>BASIC</filtertype>
</filterExtensionSet>
<filterExtension>
<name>filterExtension</name>
</filterExtension>
</filterExtensions>
</dbRecordContainer>
<indexRecordContainer>
......
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