Commit 9b7f1ea
authored
[releases/26.1] M365 Sync may fail as multiple identical permissions are added to the same temporary table (#3624)
In certain situations when we sync users from M365 they have multiple
identical permissions. This means we will attempt to add the same access
control to TempAccessControlWithDefaultPermissions multiple times.
Solution, if it's already added once, don't re-add it.
Fixes
[AB#575638](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/575638)1 parent b536295 commit 9b7f1ea
File tree
1 file changed
+1
-1
lines changed- src/System Application/App/Azure AD User Management/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments