Can some users or roles be excluded on the onboarding process? #14
Unanswered
abishekrsrikaanth
asked this question in
Q&A
Replies: 1 comment
-
Absolutely, use excludeIf with some custom logic around the Team.
It'll end up looking something like the below:
OR (and probably better) apply GetsOnboarded trait to the Team model, and then use the relevant logic on that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I add the
GetsOnboarded
trait to the User and if I am using Jetstream withTeams
enabled, I want the onboarding process only for the root user and not the team members. Is there a way to do this?Beta Was this translation helpful? Give feedback.
All reactions