But it doesn’t work- for example if I type “moderators” (with no quotes), it doesn’t search or auto-complete, and if I save the query and come back to it, the box is empty again, and moderators do not have access to the query.
I’ve tried other groups as well- the problem is not specific to moderators.
I don’t see any related settings- only the setting is to enable Data Explorer.
Nice. But I can still repo. Found this in the console, both with Chrome and Firefox. Will try to drill down further tomorrow, but I’m a bit out of my depth here.
For some reason group_ids were retrieved in 3 formats : nil, [], ""… and select-kit had troubles looping over ""
The important fix is in plugin.rb, but I also tried to make it more resilient at other parts of the code.
@markvanlan I imagine some version of this code were buggy at some point and created some corrupted data like this? Feel free to dig more if you think there’s something to change/migrate.
I also made a few other commits while I was at it: