Skip to content

Commit

Permalink
Update work_destroy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
abelemlih committed Oct 2, 2023
1 parent 0dccae9 commit 07b79d4
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 07b79d4

Please sign in to comment.