As we can see, the string uses the character '_'.
There is a small probability that this character will appear twice (but the probability exists, and it has happened to me three times in one day, you could say I won the lottery).
What’s the problem, you ask? The problem is that in this function:
the string is split using '_', and in my case, these fields are not being saved. Therefore, please remove the '' from the ID generation string in one of the upcoming updates!
I have found an issue. When adding new Groups, their IDs are generated using this function.
As we can see, the string uses the character '_'. There is a small probability that this character will appear twice (but the probability exists, and it has happened to me three times in one day, you could say I won the lottery).
What’s the problem, you ask? The problem is that in this function:
the string is split using '_', and in my case, these fields are not being saved. Therefore, please remove the '' from the ID generation string in one of the upcoming updates!