Skip to content
Snippets Groups Projects
Commit 40476e08 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon: Committed by Sebastian Listl
Browse files

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

[Projekt: Entwicklung - Neon][TicketNr.: 1055138][KeywordRegistry - Einträge fehlen für Schlüsselwortattribute]
parent 9b650ae1
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