Skip to content

Uncomment specifyuser_spprincipal usage #7861

@alesan99

Description

@alesan99

Describe the bug

# 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions