mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
changed update prohibited conditions
This commit is contained in:
parent
fb2a175bce
commit
70d46f4d3f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Domain::BulkUpdatable
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
def bulk_update_prohibited?
|
||||
discarded? || statuses_blocks_update?
|
||||
statuses_blocks_update?
|
||||
end
|
||||
|
||||
def statuses_blocks_update?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue