Field 'version' has to be string
Now 'version'-field is string Change-Id: I3c1088cdd014e7ab531bbc0da47c51ab03757bec Closes-bug: #1436396
This commit is contained in:
parent
4beaf29f6e
commit
9a65264c27
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user