When checking in exsiting tag change Id from mapping Id to Tag ID
This commit is contained in:
parent
c78c9a92b4
commit
f18b1f8dea
@ -1060,7 +1060,7 @@ namespace Marco.Pms.Services.Helpers
|
||||
}
|
||||
foreach (var contactTag in contactTags)
|
||||
{
|
||||
if (!updatedTagIds.Contains(contactTag.Id))
|
||||
if (!updatedTagIds.Contains(contactTag.ContactTagtId))
|
||||
{
|
||||
_context.ContactTagMappings.Remove(contactTag);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user