#602 dns details needs enumerated value for SOA class:
Closed: Fixed None Opened 13 years ago by admiyo.

The SOA class is an enumerated type:

    StrEnum('dnsclass?',
        cli_name='class',
        label=_('SOA class'),
        doc=_('SOA record class'),
        values=_record_classes,
    ),

The value of record_classes are:
_record_classes = (u'IN', u'CS', u'CH', u'HS')


We can safely put this off

This is going to part of a larger effort to deal with formatted DNS record types. This is too large an undertaking for this release.

This is an enhancement so pushing it out to 2.1

I think we can use the combobox widget for this.

Metadata Update from @admiyo:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 3.0 Core Effort - 2011/11

7 years ago

Login to comment on this ticket.

Metadata