Skip to content
Snippets Groups Projects
Commit 12edb1e2 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon: Committed by Martin Groppe
Browse files

1082893 integer attributes could not be created

parent 17ed74a2
No related branches found
No related tags found
No related merge requests found
...@@ -1207,7 +1207,8 @@ Object.assign(AttributeTypes.GROUP, { ...@@ -1207,7 +1207,8 @@ Object.assign(AttributeTypes.GROUP, {
AttributeTypes.OBJECTSELECTION(), AttributeTypes.OBJECTSELECTION(),
AttributeTypes.MEMO(), AttributeTypes.MEMO(),
AttributeTypes.DATE(), AttributeTypes.DATE(),
AttributeTypes.BOOLEAN() AttributeTypes.BOOLEAN(),
AttributeTypes.INTEGER()
] ]
}); });
Object.assign(AttributeTypes.KEYWORD, { Object.assign(AttributeTypes.KEYWORD, {
......
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