We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
externalId
ingestNotifyPartExternalId
1 parent cd9583f commit 7d9ec30Copy full SHA for 7d9ec30
meteor/server/publications/ingestStatus/createIngestRundownStatus.ts
@@ -61,6 +61,7 @@ export function createIngestRundownStatus(
61
$or: [
62
{
63
externalId: nrcsPart.data.externalId,
64
+ ingestNotifyPartExternalId: { $exists: false },
65
},
66
67
ingestNotifyPartExternalId: nrcsPart.data.externalId,
@@ -98,6 +99,7 @@ function findPartInstancesForIngestPart(
98
99
100
101
'part.externalId': partExternalId,
102
+ 'part.ingestNotifyPartExternalId': { $exists: false },
103
104
105
'part.ingestNotifyPartExternalId': partExternalId,
0 commit comments