Fix fileview status incorrect, add more build stage to Jenkinsfile

This commit is contained in:
Dany LE
2022-08-04 13:40:02 +02:00
parent e76a3f4ef1
commit 1cf718117f
3 changed files with 8000 additions and 7979 deletions

View File

@ -720,7 +720,7 @@ namespace OS {
grid.onrowselect = (e) => {
this.fileselect(
($(e.data.item).children()[0] as GridCellPrototype)
.data as API.FileInfoType
.data.data as API.FileInfoType
);
this._selectedFiles = e.data.items.map( x => ($(x).children()[0] as GridCellPrototype).data.data as API.FileInfoType);
};