Skip to content

Commit

Permalink
call the cops
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 18, 2024
1 parent c139aee commit 9149b26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/hyrax/dashboard/collections_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ def update_valkyrie_collection
'collection_resource.save_collection_logo' => { update_logo_file_ids: params["logo_files"],
alttext_values: params["alttext"],
linkurl_values: params["linkurl"],
logo_unchanged_indicator: false
}
logo_unchanged_indicator: false }
)
.call(form)
@collection = result.value_or { return after_update_errors(result.failure.first) }
Expand Down

0 comments on commit 9149b26

Please sign in to comment.