We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888dce commit c7e89f5Copy full SHA for c7e89f5
changes/0007.canada.bugfix
@@ -0,0 +1 @@
1
+Fixed a bug with `organization_packages_background_reindex` raising an exception during `_group_or_org_update`
ckan/logic/action/update.py
@@ -746,7 +746,7 @@ def _group_or_org_update(
746
action = 'organization_packages_background_reindex'
747
reindex_context = {
748
'model': model,
749
- 'user': user,
+ 'user': context.get('user'),
750
'ignore_auth': True,
751
'session': session
752
}
0 commit comments