-
Notifications
You must be signed in to change notification settings - Fork 42
Uncomment specifyuser_spprincipal usage #7861
Copy link
Copy link
Milestone
Description
Describe the bug
specify7/specifyweb/backend/businessrules/rules/user_rules.py
Lines 33 to 38 in 6cc0c96
| # TODO: UNCOMMENT THIS. Commented specifically for testing PR https://github.com/specify/specify7/pull/6671 | |
| # for gp in group_principals: | |
| # cursor.execute( | |
| # 'insert into specifyuser_spprincipal(specifyuserid, spprincipalid) values (%s, %s)', | |
| # [user.id, gp.id] | |
| # ) |
The code was commented for testing purposes in #6671 but was never uncommented.
Expected behavior
This code should still be present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels