implemented date promoted attribute

This commit is contained in:
azivner
2018-08-06 15:58:59 +02:00
parent 12031d369f
commit 21551d7b77
2 changed files with 22 additions and 12 deletions

View File

@@ -26,8 +26,7 @@ function AttributesModel() {
{ text: "Text", value: "text" },
{ text: "Number", value: "number" },
{ text: "Boolean", value: "boolean" },
{ text: "Date", value: "date" },
{ text: "DateTime", value: "datetime" }
{ text: "Date", value: "date" }
];
this.multiplicityTypes = [