Bug 990821

Summary: Group display name length is not validated
Product: [Retired] Beaker Reporter: Amit Saha <asaha>
Component: generalAssignee: Amit Saha <asaha>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.13CC: aigao, asaha, dcallagh, ebaak, jingwang, llim, qwan, rmancy
Target Milestone: 0.15   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-03 02:29:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amit Saha 2013-08-01 04:36:08 UTC
Description of problem:

Validate group display name length

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Amit Saha 2013-08-05 02:25:09 UTC
On Gerrit: http://gerrit.beaker-project.org/#/c/2144/1

Comment 4 wangjing 2013-08-06 03:46:47 UTC
verify on beaker-devel(20130806)-->pass
steps:
1. via CLI:

bkr group-modify --display-name=<morethan255charactersname> groupname
bkr group-create --display-name=<morethan255charactersname> groupname

2. via webUI:

1)add a new group with a group displayname more than 255 characters.
2)modify a group displayname more than 255 characters.

results:
return proper warning text and limit to 255 characters.

Comment 5 Nick Coghlan 2013-10-03 02:29:28 UTC
Beaker 0.15 has been released.