Skip to content

Commit

Permalink
fix: reload shared dialog upon checking any perm (#19196) (#19198)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0aa24cc)

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
  • Loading branch information
mergify[bot] and phot0n committed Dec 8, 2022
1 parent 17e8aa5 commit cfa6ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/js/frappe/form/sidebar/share.js
Expand Up @@ -191,6 +191,7 @@ frappe.ui.form.Share = class Share {
}

me.dirty = true;
me.render_shared();
me.frm.shared.refresh();
},
});
Expand Down

0 comments on commit cfa6ec2

Please sign in to comment.