Changeset 704 for trunk/dns.cgi


Ignore:
Timestamp:
03/04/16 14:10:53 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Refine a couple of segments of location handling

  • resurrect a missing dropdown on new revzone page
  • update DB structure and code to allow duplicate zone names so long as each is in a different location/view
  • show the location/view in the zone lists
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r702 r704  
    528528
    529529  fill_grouplist("grouplist");
    530   my $loclist = $dnsdb->getLocDropdown($curgroup);
    531   $page->param(loclist => $loclist);
     530  fill_loclist($curgroup, $webvar{defloc} ? $webvar{defloc} : '');
    532531
    533532  # prepopulate revpatt with the matching default record
Note: See TracChangeset for help on using the changeset viewer.