This commit is contained in:
2024-09-11 14:59:45 +02:00
parent 50fb9b467f
commit 0a0121c020
4 changed files with 56 additions and 17 deletions

9
Table.ftl Normal file
View File

@@ -0,0 +1,9 @@
<#-- Table criticality -->
<#assign TableCriticality = {
"1": "CLAIM_CRITICALITY_LOW",
"2":"CLAIM_CRITICALITY_MEDIUM",
"3":"CLAIM_CRITICALITY_HIGH",
"4":"CLAIM_CRITICALITY_BLOCKING"
}>