fix runid
This commit is contained in:
@@ -86,6 +86,7 @@ function startPanelInboxPoller(window) {
|
||||
filePath: imagePath,
|
||||
dataUrl: toDataUrl(imagePath),
|
||||
fileName: pending.fileName,
|
||||
runId: pending.runId || pending.fileName,
|
||||
mediaType: pending.mediaType,
|
||||
uploadTime: pending.uploadTime,
|
||||
deviceId: requestContext.deviceId,
|
||||
@@ -95,7 +96,7 @@ function startPanelInboxPoller(window) {
|
||||
pendingReview = {
|
||||
deviceId: requestContext.deviceId,
|
||||
fileID: pending.fileID,
|
||||
runId: pending.fileName,
|
||||
runId: pending.runId || pending.fileName,
|
||||
credentials: requestContext
|
||||
};
|
||||
} else {
|
||||
@@ -378,6 +379,7 @@ function registerHandlers() {
|
||||
filePath: imagePath,
|
||||
dataUrl: toDataUrl(imagePath),
|
||||
fileName: download.fileName || request.fileName,
|
||||
runId: download.runId || request.runId || request.fileName,
|
||||
mediaType,
|
||||
uploadTime: download.uploadTime || request.uploadTime,
|
||||
deviceId: request.deviceId
|
||||
|
||||
Reference in New Issue
Block a user