Field 'version' has to be string

Now 'version'-field is string

Change-Id: I3c1088cdd014e7ab531bbc0da47c51ab03757bec
Closes-bug: #1436396
This commit is contained in:
Vlad Okhrimenko 2015-06-25 12:30:19 +03:00
parent 4beaf29f6e
commit 9a65264c27
1 changed files with 3 additions and 3 deletions

View File

@ -660,14 +660,14 @@
}
}, {
'version': {
'@class': fields.number.extend({}, {
'@enum': [2.0],
'@class': fields.string.extend({}, {
'@enum': ['2.0'],
'@meta': {
'index': 2,
'panelIndex': 0,
'row': 1
},
'@default': 2.0
'@default': '2.0'
})
},
'name': {