|
|
@@ -158,6 +158,7 @@ namespace Tasks
|
|
|
language = language,
|
|
|
});
|
|
|
filePath.fileVersionNo = codeVersion;
|
|
|
+ makeFilesService.Update(filePath);
|
|
|
ParentFileId = filePath.fileId;
|
|
|
|
|
|
FilesForAll fileAllPath = filesForAllService.GetFirst(m => m.projectId == projectId && m.localPath == DirPath);
|
|
|
@@ -193,6 +194,7 @@ namespace Tasks
|
|
|
});
|
|
|
file.downloadPath = downloadPath;
|
|
|
file.fileVersionNo = codeVersion;
|
|
|
+ makeFilesService.Update(file);
|
|
|
|
|
|
FilesForAll fileAll = filesForAllService.GetFirst(m => m.projectId == projectId && m.localPath == localPath && m.fileName == fileName) ?? filesForAllService.InsertReturnEntity(new FilesForAll()
|
|
|
{
|