Skip to content

Commit

Permalink
Merge pull request #6336 from samvera/abel-6333-fix_work_deletion
Browse files Browse the repository at this point in the history
Fix work deletion
  • Loading branch information
dlpierce authored Oct 2, 2023
2 parents 0dccae9 + 07b79d4 commit 49d5625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hyrax/transactions/work_destroy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module Transactions
#
# @since 3.0.0
class WorkDestroy < Transaction
DEFAULT_STEPS = ['work_resource.delete',
'work_resource.delete_acl'].freeze
DEFAULT_STEPS = ['work_resource.delete_acl',
'work_resource.delete'].freeze

##
# @see Hyrax::Transactions::Transaction
Expand Down

0 comments on commit 49d5625

Please sign in to comment.