Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set team id on a single call #44

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

rawilk
Copy link
Owner

@rawilk rawilk commented Nov 1, 2023

There may be some situations that come up where you either want or don't want a specific setting call to be scoped to a team. For example, in a multi-tenant setup, you may allow an admin to set a tenant specific setting without messing up the current team id. With this PR, this is now possible via:

  • settings()->usingTeam('team-id')->set(...)
  • settings()->withoutTeams()->set(...)

@rawilk rawilk added the enhancement New feature or request label Nov 1, 2023
@rawilk rawilk merged commit 42800bc into main Nov 1, 2023
9 checks passed
@rawilk rawilk deleted the feature/temporary-disable-teams branch November 1, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant