Details
-
Bug
-
Resolution: Fixed
-
Major
-
COmanage Registry 2.0.0 (Passing Fad)
Description
There are at least two issues:
- In Query mode, syncOrgIdentitySource should SELECT DISTINCT so as not to query the same address twice.
- In Query mode, syncOrgIdentitySource will query known records twice. First in updating the known record, then in querying for the known email address which will return a record that is already known (createOrgIdentity will stop any further processing at that point). (However, this may be a useful thing to do if the backend has added a second record for the same email address and we want to pull it and join it to the existing record. Perhaps make this configurable?)
Combined, these can result in a bunch of unnecessary backend calls.