Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions module/userProjects/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ module.exports = class UserProjectsHelper {
"programId": "685140cbf891ccf74e05baf9",
"observationId": "685146542054fe175c7150c8",
"solutionId": "685140d1ffc25f705c56e99e",
}
}
}

*/
Expand Down Expand Up @@ -3089,7 +3089,7 @@ module.exports = class UserProjectsHelper {
// If it is valid make sure we add those data to newly creating projects
if (requestedData.entityId && requestedData.entityId !== '') {
let entityInformation = await entitiesService.entityDocuments(
{ _id: requestedData.entityId },
{ _id: requestedData.entityId, tenantId: tenantId },
CONSTANTS.common.ALL
)

Expand Down Expand Up @@ -4322,7 +4322,7 @@ module.exports = class UserProjectsHelper {
* deleteUserPIIData function to delete users Data.
* @method
* @name deleteUserPIIData
* @param {userDeleteEvent} - userDeleteEvent message object
* @param {userDeleteEvent} - userDeleteEvent message object
* {
"entity": "user",
"eventType": "delete",
Expand Down