Skip to content

Commit c9791ec

Browse files
authored
Merge pull request #3763 from resilient-tech/mergify/bp/version-15-hotfix/pr-3746
fix: ignore permissions for notification insertion (backport #3746)
2 parents e2150f4 + 43aadbf commit c9791ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

india_compliance/gst_india/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def create_notification(
10691069
"email_content": message_content.get("body"),
10701070
}
10711071
)
1072-
notification.insert()
1072+
notification.insert(ignore_permissions=True)
10731073

10741074

10751075
def enable_autocommit(fn):

0 commit comments

Comments
 (0)