From 1b30aa26c022aa5be442d06da6c3edd921fde399 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Wed, 30 Sep 2020 16:07:25 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?= =?UTF-8?q?=201065737][Dublettenkonfiguration=20kann=20nicht=20mehr=20gel?= =?UTF-8?q?=C3=B6scht=20werden]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/DuplicateScanner_entity/DuplicateScanner_entity.aod | 1 + .../entityfields/runactiongroup/documentation.adoc | 1 + .../DuplicateScannerFilter_view.aod | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 entity/DuplicateScanner_entity/entityfields/runactiongroup/documentation.adoc diff --git a/entity/DuplicateScanner_entity/DuplicateScanner_entity.aod b/entity/DuplicateScanner_entity/DuplicateScanner_entity.aod index f7c25714e6..fb343c9aa3 100644 --- a/entity/DuplicateScanner_entity/DuplicateScanner_entity.aod +++ b/entity/DuplicateScanner_entity/DuplicateScanner_entity.aod @@ -88,6 +88,7 @@ </entityConsumer> <entityActionGroup> <name>RunActionGroup</name> + <documentation>%aditoprj%/entity/DuplicateScanner_entity/entityfields/runactiongroup/documentation.adoc</documentation> <children> <entityActionField> <name>RebuildPersonDuplicatesCache</name> diff --git a/entity/DuplicateScanner_entity/entityfields/runactiongroup/documentation.adoc b/entity/DuplicateScanner_entity/entityfields/runactiongroup/documentation.adoc new file mode 100644 index 0000000000..f998dfcc78 --- /dev/null +++ b/entity/DuplicateScanner_entity/entityfields/runactiongroup/documentation.adoc @@ -0,0 +1 @@ +Since duplicate caching is disabled there is no need to show this action group within views at the moment. \ No newline at end of file diff --git a/neonView/DuplicateScannerFilter_view/DuplicateScannerFilter_view.aod b/neonView/DuplicateScannerFilter_view/DuplicateScannerFilter_view.aod index 69992ae5ab..e70f21cbb4 100644 --- a/neonView/DuplicateScannerFilter_view/DuplicateScannerFilter_view.aod +++ b/neonView/DuplicateScannerFilter_view/DuplicateScannerFilter_view.aod @@ -10,8 +10,6 @@ <children> <tableViewTemplate> <name>Filters</name> - <favoriteActionGroup2></favoriteActionGroup2> - <favoriteActionGroup3>RunActionGroup</favoriteActionGroup3> <entityField>#ENTITY</entityField> <isCreatable v="false" /> <isDeletable v="false" /> @@ -29,7 +27,6 @@ </tableViewTemplate> <treeTableViewTemplate> <name>Treetable</name> - <favoriteActionGroup3>RunActionGroup</favoriteActionGroup3> <entityField>#ENTITY</entityField> <isCreatable v="false" /> <isDeletable v="false" /> -- GitLab