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

fix boolean

parent b618fe24
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@
<name>OPTIONAL</name>
<title>Optional</title>
<contentType>BOOLEAN</contentType>
<mandatory v="true" />
<possibleItemsProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/possibleItemsProcess.js</possibleItemsProcess>
<valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/valueProcess.js</valueProcess>
</entityField>
......
......@@ -3,5 +3,5 @@ import("system.result");
result.object([
["1", translate.text("Yes")]
,["2", translate.text("No")]
,["0", translate.text("No")]
]);
\ 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