From f88f2a31a1685f01218a4358d4b0e47fe98be9a6 Mon Sep 17 00:00:00 2001 From: "s.pongratz" <s.pongratz@host.docker.internal> Date: Tue, 6 Oct 2020 13:51:27 +0200 Subject: [PATCH] #1066764-FavoritesFilter Rename FilterExtentions --- entity/Organisation_entity/Organisation_entity.aod | 6 +++--- .../filterConditionProcess.js | 0 .../filterValuesProcess.js | 0 entity/Person_entity/Person_entity.aod | 6 +++--- .../filterConditionProcess.js | 0 .../filterValuesProcess.js | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename entity/Organisation_entity/recordcontainers/db/filterextensions/{favoriten_filter => favorites_filter}/filterConditionProcess.js (100%) rename entity/Organisation_entity/recordcontainers/db/filterextensions/{favoriten_filter => favorites_filter}/filterValuesProcess.js (100%) rename entity/Person_entity/recordcontainers/db/filterextensions/{favorits_filter => favorites_filter}/filterConditionProcess.js (100%) rename entity/Person_entity/recordcontainers/db/filterextensions/{favorits_filter => favorites_filter}/filterValuesProcess.js (100%) diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index 4cb186b342..b57569f1d2 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -1658,11 +1658,11 @@ <filtertype>BASIC</filtertype> </filterExtensionSet> <filterExtension> - <name>Favoriten_filter</name> + <name>Favorites_filter</name> <title>Favoritegroup</title> <contentType>TEXT</contentType> - <filterValuesProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterValuesProcess.js</filterValuesProcess> - <filterConditionProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterConditionProcess.js</filterConditionProcess> + <filterValuesProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js</filterValuesProcess> + <filterConditionProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js</filterConditionProcess> <filtertype>BASIC</filtertype> </filterExtension> </filterExtensions> diff --git a/entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterConditionProcess.js b/entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js similarity index 100% rename from entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterConditionProcess.js rename to entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js diff --git a/entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterValuesProcess.js b/entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js similarity index 100% rename from entity/Organisation_entity/recordcontainers/db/filterextensions/favoriten_filter/filterValuesProcess.js rename to entity/Organisation_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod index bf2838ef62..58638d3e71 100644 --- a/entity/Person_entity/Person_entity.aod +++ b/entity/Person_entity/Person_entity.aod @@ -1685,11 +1685,11 @@ <filtertype>BASIC</filtertype> </filterExtensionSet> <filterExtension> - <name>Favorits_filter</name> + <name>Favorites_filter</name> <title>Favoritegroup</title> <contentType>TEXT</contentType> - <filterValuesProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterValuesProcess.js</filterValuesProcess> - <filterConditionProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterConditionProcess.js</filterConditionProcess> + <filterValuesProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js</filterValuesProcess> + <filterConditionProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js</filterConditionProcess> <filtertype>BASIC</filtertype> </filterExtension> </filterExtensions> diff --git a/entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterConditionProcess.js b/entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js similarity index 100% rename from entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterConditionProcess.js rename to entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterConditionProcess.js diff --git a/entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterValuesProcess.js b/entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js similarity index 100% rename from entity/Person_entity/recordcontainers/db/filterextensions/favorits_filter/filterValuesProcess.js rename to entity/Person_entity/recordcontainers/db/filterextensions/favorites_filter/filterValuesProcess.js -- GitLab