sync
This commit is contained in:
@ -101,7 +101,7 @@ define(['common'], function (Common) {
|
||||
for (var i = 0; i < currenttemplate.StaticPictures.length; i++) {
|
||||
var it = currenttemplate.StaticPictures[i];
|
||||
it.Selected = false;
|
||||
items.push({ Values: it });
|
||||
items.push(it);
|
||||
}
|
||||
this.gridctrl.setData(items);
|
||||
}
|
||||
|
Reference in New Issue
Block a user