How to replicate:
git clone https://github.com/discourse/discourse_docker.git /var/discourse
cd /var/discourse
chmod 700 containers
./discourse-setup
In settings, enable the enable category group moderation
option.
As admin, open the groups and create a new one. I added myself (admin) to it as well.
As admin, open the category view, choose “General” and open the settings.
Move into the “settings” tab:
Start typing the name of the group you created and notice that there is a small line appearing below. That’s supposed to be the select list of groups, however it doesn’t open.
Even if adding the exact name of the group and saving, doesn’t actually save, probably because the select would instead add the group id
and detect a change in the form, which doesn’t happen because the select is not opening.
I also tried using the keyboard to move up/down in case the issue was only visual and I could select the values anyway but no such luck.
This is seriously impairing the ability to moderate large communities and I’d appreciate if someone else verify this bug and is eventually raised when confirmed.