-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the Bug
In the Grant Permissions UI, when I select individual to share an individual, the dialog should show suggestions from the list of recipients of (all) files in my Pod. However, these suggestions dont appear since oct/nov updates to GrantPermissionUI().
Consider also removing the not much used dataFilesMap parameter.
To Reproduce
Steps to reproduce the behavior:
Eg. in notepod:
- Create a note.
- Click the share icon, to share it.
- In the Grant Permisison UI, select Individual
- In the individual webId text field, there should be a list of suggestion WebIDs to choose from, built from the current list of recipients of any file in my pod. Currently this suggestion list is missing, and the console shows this error:
$ (flutter: Invalid argument(s): No host specified in URI note-20250924T150253.ttl)Expected Behaviour
If I have any recipients to any files in my Pod, there should be suggestions below the text field.
Screenshots
Here I've created test note, and as other notes have recipients, I should get suggestions when I share test note:
No suggestions shown, so I have to type it in manually:
Context
Where has the issue been observed:
- Android
- Chrome
- iOS
- Linux
- macOS
- Web
- Windows
[Add any other context about the problem here.]
App Version: solidpod 0.7.17, notepod: 0.2.51
Flutter Version: 3.35.6
Closing Criteria
Checklist for closing the issue:
-
make test -
make qtest - Individual webId dialog shows suggestions (if I have any file being shared)