This commit is contained in:
parent
573414f728
commit
a3b2ea599d
2 changed files with 7 additions and 4 deletions
|
@ -28,6 +28,7 @@ class Settings::MigrationsController < ApplicationController
|
|||
end
|
||||
|
||||
def migration_account_changed?
|
||||
current_account.moved_to_account_id != @migration.account&.id
|
||||
current_account.moved_to_account_id != @migration.account&.id &&
|
||||
current_account.id != @migration.account&.id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue