Merge pull request #6074 from rohitwaghchaure/minor_issue_change_log

[Fix] Change Log
This commit is contained in:
Ameya Shenoy 2018-09-12 11:51:14 +05:30 committed by GitHub
commit 5af49947cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,6 +192,9 @@ def show_update_popup():
user = frappe.session.user
update_info = cache.get_value("update-info")
if not update_info:
return
updates = json.loads(update_info)
# Check if user is int the set of users to send update message to