Changeset 1525

Show
Ignore:
Timestamp:
09/09/10 00:06:34 (1 year ago)
Author:
shibuya
Message:

resolved the issue dns administrator doesn't work to modify the user by Oride-san.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5200R/trunk/ui/base-user.mod/Makefile

    r1508 r1525  
    88 
    99VERSION=1.2.0 
    10 RELEASE=0BQ11 
     10RELEASE=0BQ12 
    1111 
    1212# add a buildarch if desired 
  • 5200R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl

    r1508 r1525  
    109109 
    110110<begin $CHANGELOG> 
     111* Wed Sep 09 2010 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ12 
     112- resolved the issue dns administrator doesn't work to modify the user by Oride-san. 
     113 
    111114* Sun Aug 08 2010 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ11 
    112115- resolved the issue dns administrator doesn't work. 
  • 5200R/trunk/ui/base-user.mod/ui/web/userMod.php

    r1005 r1525  
    113113 
    114114  $block->addFormField( 
    115     $factory->getBoolean("dnsAdministrator", $capabilities->getAllowed('dnsAdmin', $useroid) ), 
     115    $factory->getBoolean("dnsAdministrator", $capabilities->getAllowed('serverDNS', $useroid) ), 
    116116    $factory->getLabel("dnsAdministratorField"), 
    117117    "account"