Skip to content

Commit

Permalink
💄 endless and ever appeasing of the coppers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Mar 12, 2024
1 parent a07f87e commit d43ffee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/hyrax/file_sets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def valkyrie_update_metadata
change_set.validate(attributes) &&
transactions['change_set.update_file_set']
.with_step_args(
'file_set.save_acl' => { permissions_params: change_set.input_params["permissions"] }
)
'file_set.save_acl' => { permissions_params: change_set.input_params["permissions"] }
)
.call(change_set).value_or { false }
@file_set = result if result
end
Expand Down

0 comments on commit d43ffee

Please sign in to comment.