Skip to content
Snippets Groups Projects
Commit 63f37d96 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

classificationgroup dropdown

parent 4edea6ea
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,11 @@
</entityField>
<entityField>
<name>CLASSIFICATIONGROUP</name>
<title>Classification number</title>
<title>Classification group</title>
<contentType>TEXT</contentType>
<mandatoryProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/mandatoryProcess.js</mandatoryProcess>
<dropDownProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/dropDownProcess.js</dropDownProcess>
<textInputAllowed v="true" />
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/stateProcess.js</stateProcess>
<displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/displayValueProcess.js</displayValueProcess>
......
import("system.db");
import("system.result");
result.object(db.table("select distinct CLASSIFICATIONGROUP, CLASSIFICATIONGROUP from CLASSIFICATIONTYPE order by CLASSIFICATIONGROUP"));
\ No newline at end of file
......@@ -22,6 +22,10 @@
<key>Notifications</key>
<value>Benachrichtigungen</value>
</entry>
<entry>
<key>Classification group</key>
<value>Klassifizierungsgruppe</value>
</entry>
<entry>
<key>Add to Campaign</key>
<value>Zu Kampagne hinzufügen</value>
......@@ -4953,9 +4957,6 @@
<key>Runtime</key>
<value>Laufzeit</value>
</entry>
<entry>
<key>Street</key>
</entry>
<entry>
<key>Fix costs</key>
<value>Fixkosten</value>
......@@ -4968,16 +4969,6 @@
<key>Per participant</key>
<value>Pro Teilnehmer</value>
</entry>
<entry>
<key>To buildingnumber</key>
</entry>
<entry>
<key>From buildingnumber</key>
</entry>
<entry>
<key>Per participant</key>
<value>Pro Teilnehmer</value>
</entry>
<entry>
<key>Predecessor</key>
<value>Vorgänger</value>
......
......@@ -4036,9 +4036,6 @@
<entry>
<key>huhu</key>
</entry>
<entry>
<key>Street</key>
</entry>
<entry>
<key>Fix costs</key>
</entry>
......@@ -4048,12 +4045,6 @@
<entry>
<key>Costs per participant</key>
</entry>
<entry>
<key>To buildingnumber</key>
</entry>
<entry>
<key>From buildingnumber</key>
</entry>
<entry>
<key>Per participant</key>
</entry>
......
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