From 1d243110dea3cbfd3ad57bee265c6bfcf82b8c5e Mon Sep 17 00:00:00 2001 From: Jess Moore Date: Thu, 5 Feb 2026 01:24:57 +1100 Subject: [PATCH 1/2] remove specification of the granter in the call to GrantPermissionUi() --- lib/shared_notes/share_external_note.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/shared_notes/share_external_note.dart b/lib/shared_notes/share_external_note.dart index ee05ef1..0e8aa5c 100644 --- a/lib/shared_notes/share_external_note.dart +++ b/lib/shared_notes/share_external_note.dart @@ -97,9 +97,6 @@ class ShareExternalNoteState extends State { const SizedBox(height: 10), NoteBackButton( childPage: widget.backPage, - // childPage: ListExternalNotesScreen( - // scaffoldController: _scaffoldController, - // ), scaffoldController: _scaffoldController, ), const SizedBox(height: 10), @@ -110,7 +107,6 @@ class ShareExternalNoteState extends State { resourceName: _note.noteUrl, isExternalRes: true, ownerWebId: _note.noteOwner, - granterWebId: _note.permissionGranter, child: ShareExternalNote( note: _note, backPage: widget.backPage, From aba8efd6f27781ba1783f6aa8120a643dde10f26 Mon Sep 17 00:00:00 2001 From: Jess Moore Date: Thu, 5 Feb 2026 01:31:35 +1100 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc923b..1a5e3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ a Pull Request. Thanks. ## 0.4 ++ Corrects granterWebId in sharing process [0.3.8 20260205 jesscmoore] + Remove redundant logout button [0.3.7 20260123 tonypioneer] + Bug fix: CONTINUE when not logged in [0.3.6 20260123 tonypioneer] + Dependency cleanup and update [0.3.5 20260119 gjw]