Skip to content
Snippets Groups Projects
Commit c585e9b7 authored by Johannes Hörmann's avatar Johannes Hörmann Committed by David Büchler
Browse files

Classification fixes

parent d442999f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.4" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.4">
<name>ClassificationAdmin_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<icon>VAADIN:TRENDING_UP</icon>
<title>Classification</title>
<titlePlural>Classifications</titlePlural>
<recordContainer>jdito</recordContainer>
......
......@@ -5,5 +5,5 @@ import("system.translate");
if (vars.get("$sys.recordstate") && vars.get("$sys.recordstate") != neon.OPERATINGSTATE_VIEW)
{
result.string(translate.text(vars.get("$field.SCORETYPE")))
result.string(translate.text(vars.get("$field.SCORETYPE")));
}
\ No newline at end of file
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