mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +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
|
extend ActiveSupport::Concern
|
||||||
|
|
||||||
def bulk_update_prohibited?
|
def bulk_update_prohibited?
|
||||||
discarded? || statuses_blocks_update?
|
statuses_blocks_update?
|
||||||
end
|
end
|
||||||
|
|
||||||
def statuses_blocks_update?
|
def statuses_blocks_update?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue