Skip to content

Commit

Permalink
fix: reload shared dialog upon checking any perm (backport #19196) (#…
Browse files Browse the repository at this point in the history
…19197)

* fix: reload shared dialog upon checking any perm (#19196)

(cherry picked from commit 0aa24cc)

# Conflicts:
#	frappe/public/js/frappe/form/sidebar/share.js

* chore: resolve conflict

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
  • Loading branch information
mergify[bot] and phot0n committed Dec 8, 2022
1 parent b34e8ce commit fd44b34
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 @@ -184,6 +184,7 @@ frappe.ui.form.Share = Class.extend({
}

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

0 comments on commit fd44b34

Please sign in to comment.