From ee578851b8db5b70e019c5c8dfb01e531c4014da Mon Sep 17 00:00:00 2001 From: Benjamin Ulrich <b.ulrich@adito.de> Date: Wed, 13 May 2020 08:08:10 +0000 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?= =?UTF-8?q?=201054174][Fehler=20in=20FilterExtension=20f=C3=BCr=20Attribut?= =?UTF-8?q?es]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Attribute_entity/recordcontainers/jdito/contentProcess.js | 2 +- entity/Organisation_entity/Organisation_entity.aod | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js b/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js index 2db6fc3da9..63ea76a92e 100644 --- a/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js @@ -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"); diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index 31f25d7530..f35621d847 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -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> -- GitLab