-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Role with no access to topic data - getting error in browser console [0.25.0] #1784
Comments
Good catch, thank you ! |
Thanks for your kind comment, @AlexisSouquiere! But I really think your excellent rewrite of the ACL system should have been marked as a breaking change in the release notes, since I did not realize it was breaking until it broke, and then in the docs I found that it was a breaking change. :-) But that's what you get when there is more than a year between releases, and you eagerly try to upgrade. :-) Thanks anyway, and keep up the good work! Just to add my 2 cents: I would much more prefer to take part in a somewhat flaky 0.25.0, .1, .2 ... .156 patch level approach instead of having to deal with a dev branch that most businesses forbid people like me to use, rather than to have a big surprise later on. But you're the bosses, and I guess @tchiotludo is the one who decides eventually. Bottom line, not small letters: We really enjoy your product! Thanks a lot! |
will try to release more often, just need to have reviewer for the release 🎉 |
I am not a UI person, but I can help with the Java stuff. |
I'm trying to create a role that can list topics, but not see the data on the topics. For that I copied the
reader
role, but removed theTOPIC_DATA
resource:However, now the browser console shows an error:
I notice the logic in AkhqRoutes.jsx:
It doesn't look entirely correct. I would expect it to be either
TOPIC
orTOPIC_DATA
on both the boolean operands, in order not to callincludes
on a non-existingroles
key.The text was updated successfully, but these errors were encountered: