mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Story#120259603 - git uses right branch last commit message
This commit is contained in:
parent
e15aa6ada4
commit
bb0b74aa39
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
- dnskeys = domain.dnskeys
|
||||
- tech_contacts = domain.tech_contacts
|
||||
- admin_contacts = domain.admin_contacts
|
||||
- registrant = [domain.registrant]
|
||||
- registrant = [domain.registrant ? domain.registrant : ContactVersion.where(item_id: domain.registrant_id).where(event: :destroy).last.reify]
|
||||
- creator = pending_user.try(:username)
|
||||
- event = 'pending'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue