diff --git a/frappe/docs/current/api/frappe.__init__.html b/frappe/docs/current/api/frappe.__init__.html index 25caecf4b5..a5c4be63aa 100644 --- a/frappe/docs/current/api/frappe.__init__.html +++ b/frappe/docs/current/api/frappe.__init__.html @@ -1364,6 +1364,7 @@ response JSON and shown in a pop-up / modal.

  • user - Transmit to user
  • doctype - Transmit to doctype, docname
  • docname - Transmit to doctype, docname
  • +
  • after_commit - (default False) will emit after current transaction is committed

  • diff --git a/frappe/docs/current/api/frappe.async.html b/frappe/docs/current/api/frappe.async.html index 61c74b5f1e..1c7adf680f 100644 --- a/frappe/docs/current/api/frappe.async.html +++ b/frappe/docs/current/api/frappe.async.html @@ -322,7 +322,7 @@ frappe.async.publish_realtime - (event=None, message=None, room=None, user=None, doctype=None, docname=None, now=False) + (event=None, message=None, room=None, user=None, doctype=None, docname=None, after_commit=False)

    Publish real-time updates

    @@ -335,6 +335,7 @@
  • user - Transmit to user
  • doctype - Transmit to doctype, docname
  • docname - Transmit to doctype, docname
  • +
  • after_commit - (default False) will emit after current transaction is committed

  • diff --git a/frappe/docs/current/api/frappe.defaults.html b/frappe/docs/current/api/frappe.defaults.html index 30913632f1..fab995b0c4 100644 --- a/frappe/docs/current/api/frappe.defaults.html +++ b/frappe/docs/current/api/frappe.defaults.html @@ -251,6 +251,22 @@ +

    + + + frappe.defaults.is_a_user_permission_key + (key) +

    +

    No docs

    +
    +
    + + + + + + +

    diff --git a/frappe/docs/current/api/utils/frappe.utils.bench_helper.html b/frappe/docs/current/api/utils/frappe.utils.bench_helper.html index 28066aa7ba..c5a73083df 100644 --- a/frappe/docs/current/api/utils/frappe.utils.bench_helper.html +++ b/frappe/docs/current/api/utils/frappe.utils.bench_helper.html @@ -21,7 +21,7 @@ frappe.utils.bench_helper.app_group - () + (ctx, site=False, force=False, verbose=False, profile=False)

    No docs

    diff --git a/frappe/docs/current/index.html b/frappe/docs/current/index.html index ab1f93dff9..b3df75354a 100644 --- a/frappe/docs/current/index.html +++ b/frappe/docs/current/index.html @@ -35,7 +35,7 @@ Version - 6.17.3 + 6.17.6 diff --git a/frappe/docs/current/models/core/role.html b/frappe/docs/current/models/core/role.html index 52adc61024..e38376bb74 100644 --- a/frappe/docs/current/models/core/role.html +++ b/frappe/docs/current/models/core/role.html @@ -86,6 +86,20 @@
    + + + +

    + + + before_rename + (self, old, new, merge=False) +

    +

    No docs

    +
    +
    + +
    diff --git a/frappe/docs/current/models/core/user.html b/frappe/docs/current/models/core/user.html index a74b436399..d073d2a699 100644 --- a/frappe/docs/current/models/core/user.html +++ b/frappe/docs/current/models/core/user.html @@ -1595,6 +1595,8 @@ The mentions will be separated by non-word characters or may appear at the start + +