From 7071c2c08fd60ff57b3ed394d8dbf6d1e7d3a659 Mon Sep 17 00:00:00 2001 From: "f.maier" <f.maier@adito.de> Date: Thu, 21 Oct 2021 15:01:47 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=202001174][PersonGender:=20M=C3=A4ngel=20in=20KeywordRegistry?= =?UTF-8?q?=5Flib]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process/KeywordRegistry_basic/process.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index a2e9888cf8..0d8c94bafb 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -64,8 +64,6 @@ $KeywordRegistry.organisationType = function(){return "OrganisationType";}; $KeywordRegistry.organisationType$manufacturer = function(){return "ORGMANUF";}; $KeywordRegistry.organisationType$competitor = function(){return "ORGCOMP";}; -$KeywordRegistry.personGender = function(){return "PersonGender";}; - $KeywordRegistry.taskStatus = function(){return "TaskStatus";}; $KeywordRegistry.taskStatus$new = function(){return "NEW";}; $KeywordRegistry.taskStatus$unassigned = function(){return "UNASSIGNED";}; @@ -240,6 +238,8 @@ $KeywordRegistry.classificationType$organisation = function(){return "Organisati $KeywordRegistry.personGender = function(){return "PersonGender";}; $KeywordRegistry.personGender$other = function(){return "o";}; +$KeywordRegistry.personGender$male = function(){return "m";}; +$KeywordRegistry.personGender$female = function(){return "f";}; $KeywordRegistry.permissionCondType = function(){return "PermissionCondType";}; $KeywordRegistry.permissionAccessType = function(){return "PermissionAccessType";}; -- GitLab