console
console copied to clipboard
🐛 Bug Report: Getting not found when hovering over users/verified custom permission
👟 Reproduction steps
On your collection's settings page, click + Add role under Permissions and select Custom permission and enter users/verified as mentioned here.
Once you've added that, hover over the text and it says "Not found."
👍 Expected behavior
Not really sure what I expect to show in there but "Not found" seems misleading.
👎 Actual Behavior
Even if the value is a valid permission string, it shows as Not Found.
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
Thanks @dokgu for raising this issue. We will be looking into this, however what we advise is to go by the route suggested by Vincent here - https://github.com/appwrite/appwrite/discussions/5036#discussioncomment-4770567
I think we need an additional case here:
https://github.com/appwrite/console/blob/218812018026dd47cbab09fb3d392229dcb277e2/src/lib/components/permissions/row.svelte#L35-L42
can you assigne this issue to me
can you assigne this issue to me
I have already raised a PR here - https://github.com/appwrite/console/pull/494
Feel free to add your suggestion
/attempt:#5912
@Prithvi101, @subhanahujha007, are you still interested in working on this?
Is this issue is still open to work on ?
Hey i never contributed yet and i want this to be my first issue. It looks like the issue is still available, as you see below a empty bubble appears when hovering over. I will investigate and follow up with my findings.
Please assign this to me
This problem does exist, and I was misled by it before.
This problem has been around for ages and nobody seems to have fixed it. If you want you can try it. @h1Anonymoush1
I don't see any hover effects in the console!
@joyalgeorgekj you are right , what i will fix is the clicking on it shows a empty bubble i think i will add like just in the bubble it should say verified and also unverified for users/unverified.
Now if someone is planning to add in auth a filter option to filter out users that i can add a link that would naviagte to users with filter verified or something like that.
also or i can just make that users/verified should be plain text like any , users, guest
@BretRen @joyalgeorgekj
Can someone review my pr