Skip to content

Commit

Permalink
[Fixes #12883] Error in passing params from metadata parsers to storers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Feb 7, 2025
1 parent 80c40af commit 7eb6cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/resource/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def update(
finally:
try:
_resource.save(notify=notify)
kwargs = {**kwargs, **{"custom": custom}}
kwargs['custom'] = custom
resourcebase_post_save(_resource.get_real_instance(), **kwargs)
_resource.set_permissions(
created=False,
Expand Down

0 comments on commit 7eb6cce

Please sign in to comment.