mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Story#109623634 - save old states.
This commit is contained in:
parent
e4c00e6bce
commit
fd186901a4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Contact < ActiveRecord::Base
|
|||
before_save :manage_statuses
|
||||
def manage_statuses
|
||||
if domain_transfer # very ugly but need better workflow
|
||||
self.statuses = [OK, LINKED]
|
||||
self.statuses = statuses | [OK, LINKED]
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue