You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is my mistake or an issue but the can't see permission actually doesn't work.
I fixed it by adding an option on the first line
<% if [email protected]_by_level(0).include?(User.current) %>
and end on the last line, but this doesn't seem right.
Anyway is there any way of making the can't see default for not specified users? It would be useful to add this feature. I can do it if you like.
The text was updated successfully, but these errors were encountered:
I don't know if this is my mistake or an issue but the can't see permission actually doesn't work.
I fixed it by adding an option on the first line
<% if [email protected]_by_level(0).include?(User.current) %>
and end on the last line, but this doesn't seem right.
Anyway is there any way of making the can't see default for not specified users? It would be useful to add this feature. I can do it if you like.
The text was updated successfully, but these errors were encountered: