Story#120259603 - git uses right branch last commit message

This commit is contained in:
Vladimir Krylov 2016-05-25 13:14:54 +03:00
parent e15aa6ada4
commit bb0b74aa39

View file

@ -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'