Skip to content
Snippets Groups Projects
Commit fdd402ac authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1055138_FixKeywordRegistryAttributeMissingEntries' into '2020.1.2'

[Projekt: Entwicklung - Neon][TicketNr.: 1055138][KeywordRegistry - Einträge...

See merge request xrm/basic!224
parents 9b650ae1 40476e08
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ $KeywordRegistry._autoPad = function(pKey){return (pKey + "
$KeywordRegistry.attributeType = function(){return "AttributeType";};
$KeywordRegistry.keywordAttributeType = function(){return "KeywordAttributeType";};
$KeywordRegistry.keywordAttributeType$char = function(){return "CHAR";};
$KeywordRegistry.keywordAttributeType$number = function(){return "NUMBER";};
$KeywordRegistry.keywordAttributeType$bool = function(){return "BOOLEAN";};
$KeywordRegistry.keywordAttributeType$longChar = function(){return "LONGCHAR";};
$KeywordRegistry.contractPayment = function(){return "ContractPayment";};
$KeywordRegistry.contractStatus = function(){return "ContractStatus";};
......
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