Skip to content

Commit

Permalink
ISSUE #5173 calibration status removed from drawing update event upon…
Browse files Browse the repository at this point in the history
… new revision
  • Loading branch information
ChristosTsiotsias committed Sep 27, 2024
1 parent ae145d3 commit beb4346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const modelProcessingCompleted = async ({ teamspace, project, model, revId, user
teamspace,
project,
model,
data: deleteIfUndefined({ ...data, calibration }),
data,
modelType,
});
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ const testNewRevision = () => {
data.model,
],
[chatEvents.DRAWING_SETTINGS_UPDATE,
{ ...data.data, calibration },
data.data,
data.teamspace,
UUIDToString(data.project),
data.model,
Expand Down Expand Up @@ -485,7 +485,7 @@ const testNewRevision = () => {
data.model,
],
[chatEvents.DRAWING_SETTINGS_UPDATE,
{ ...data.data, calibration },
data.data,
data.teamspace,
UUIDToString(data.project),
data.model,
Expand Down

0 comments on commit beb4346

Please sign in to comment.