Skip to content
Snippets Groups Projects
Commit 4f17a46f authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'm_1085306_weblinktag_bug' into '2021.1'

[Projekt: xRM-Marketing][TicketNr.: 1085306][[Weblink] Tags können nicht erfasst werden]

See merge request xrm/basic!1217
parents 22c7aa6e ee972020
No related branches found
No related tags found
No related merge requests found
import("KeywordRegistry_basic");
import("system.result");
result.string("LinkTags");
\ No newline at end of file
result.string($KeywordRegistry.weblinkTags());
\ No newline at end of file
......@@ -402,6 +402,8 @@ $KeywordRegistry.communicationChannelType$address = function(){return "COMMUNICA
$KeywordRegistry.weblinkType = function(){return "WeblinkType";};
$KeywordRegistry.weblinkType$EMail = function() {return "WEBLINK_EMAIL"};
$KeywordRegistry.weblinkTags = function(){return "WeblinkTags";};
$KeywordRegistry.interestStatus = function(){return "InterestStatus";};
$KeywordRegistry.interestStatus$active = function(){return "INTEREST_ACTIVE";};
$KeywordRegistry.interestStatus$inactive = function(){return "INTEREST_INACTIVE";};
......
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