Skip to content
Snippets Groups Projects
Commit 5a690af4 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1065737][Dublettenkonfiguration kann...

[Projekt: Entwicklung - Neon][TicketNr.: 1065737][Dublettenkonfiguration kann nicht mehr gelöscht werden]
parent e0a9604c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/DuplicateScanner_entity/documentation.adoc</documentation>
<title>Duplicate Configuration</title>
<grantCreate v="false" />
<grantCreateProcess>%aditoprj%/entity/DuplicateScanner_entity/grantCreateProcess.js</grantCreateProcess>
<grantDelete v="false" />
<iconId>VAADIN:COG_O</iconId>
<titlePlural>Configurations</titlePlural>
<recordContainer>DBRecordContainer</recordContainer>
......
import("system.result");
//While it is absolutely legal to add more configurations for other entities we do not want to enable the option for the user for security reasons.
//This is no problem because if other entities want to implement duplicate recogniition it is required to customize the system anyway, and when
//this is done the developer can insert the duplicate scanner record.
result.string(false);
\ No newline at end of file
......@@ -13,7 +13,7 @@
<favoriteActionGroup2></favoriteActionGroup2>
<favoriteActionGroup3>RunActionGroup</favoriteActionGroup3>
<entityField>#ENTITY</entityField>
<isCreatable v="true" />
<isCreatable v="false" />
<isDeletable v="false" />
<isEditable v="true" />
<columns>
......@@ -31,6 +31,8 @@
<name>Treetable</name>
<favoriteActionGroup3>RunActionGroup</favoriteActionGroup3>
<entityField>#ENTITY</entityField>
<isCreatable v="false" />
<isDeletable v="false" />
<columns>
<neonTreeTableColumn>
<name>2ce9962e-4e3e-4cd6-b391-0f61505459f4</name>
......
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