Replies: 2 comments
-
@web265p3 : I've added fix for this, see 9c5e4f3. Please give this a try with the next nightly build |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jansenbe Perfect, you are the best! It works ;-) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can add a new Team to an existing group, with the following line:
This works fine, but what if the Team already exists?
In this case my function stucks in a loop that breaks after 10 Minutes:
If a "Team already exists" its obvious that trying further does not make any sense. It would be better if the loop directly was aborted. How can I archive this? TeamForGroupOptions does not provide any more options.
Beta Was this translation helpful? Give feedback.
All reactions