Changeset 939


Ignore:
Timestamp:
12/23/22 12:52:51 (17 months ago)
Author:
Kris Deugau
Message:

/trunk

Update main.cgi to match new allocation edit template and getNodeList()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r933 r939  
    12511251##fixme:  arguably a bug that presence of a nodeid implies it can be changed..
    12521252  if ($IPDBacl{$authuser} =~ /c/) {
    1253     my $nlist = getNodeList($ip_dbh);
    1254     if ($nodeid) {
    1255       foreach (@{$nlist}) {
    1256         $$_{selme} = ($$_{node_id} == $nodeid);
    1257       }
    1258     }
     1253    my $nlist = getNodeList($ip_dbh, $nodeid);
    12591254    $page->param(nodelist => $nlist);
    12601255  }
Note: See TracChangeset for help on using the changeset viewer.