Changeset 1525
- Timestamp:
- 09/09/10 00:06:34 (1 year ago)
- Files:
-
- 5200R/trunk/ui/base-user.mod/Makefile (modified) (1 diff)
- 5200R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl (modified) (1 diff)
- 5200R/trunk/ui/base-user.mod/ui/web/userMod.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-user.mod/Makefile
r1508 r1525 8 8 9 9 VERSION=1.2.0 10 RELEASE=0BQ1 110 RELEASE=0BQ12 11 11 12 12 # add a buildarch if desired 5200R/trunk/ui/base-user.mod/templates/rpmdefs.tmpl
r1508 r1525 109 109 110 110 <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 111 114 * Sun Aug 08 2010 Hisao SHIBUYA <shibuya@bluequartz.org> 1.2.0-0BQ11 112 115 - resolved the issue dns administrator doesn't work. 5200R/trunk/ui/base-user.mod/ui/web/userMod.php
r1005 r1525 113 113 114 114 $block->addFormField( 115 $factory->getBoolean("dnsAdministrator", $capabilities->getAllowed(' dnsAdmin', $useroid) ),115 $factory->getBoolean("dnsAdministrator", $capabilities->getAllowed('serverDNS', $useroid) ), 116 116 $factory->getLabel("dnsAdministratorField"), 117 117 "account"
