mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Attach typeahead fields directly to domain
This commit is contained in:
parent
df5f987551
commit
8ea865f1b2
3 changed files with 17 additions and 4 deletions
|
@ -73,6 +73,8 @@ class Admin::DomainsController < ApplicationController
|
|||
:period_unit,
|
||||
:registrar_id,
|
||||
:owner_contact_id,
|
||||
:owner_contact_typeahead,
|
||||
:registrar_typeahead,
|
||||
nameservers_attributes: [:id, :hostname, :ipv4, :ipv6, :_destroy],
|
||||
domain_contacts_attributes: [:id, :contact_type, :contact_id, :typeahead_value, :_destroy],
|
||||
domain_statuses_attributes: [:id, :value, :description, :_destroy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue