| Summary: | PGError value too long on role name field | ||
|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Dave Johnson <dajohnso> |
| Component: | aeolus-configserver | Assignee: | Steve Linabery <slinaber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 0.3.1 | CC: | deltacloud-maint, morazi, ssachdev, whayutin |
| Target Milestone: | alpha | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 684278 | ||
[root@cloudEng-qe-vm conductor]# git show commit 70526a6f9b3b51e54c581f35410f255c3749a987 *** Bug 678386 has been marked as a duplicate of this bug. *** adding to the ce-beta blocking tracker Verified: Name is too long (maximum is 255 characters) release pending... release pending... perm close closing out old bugs |
Description of problem: Need better ui feedback message Steps to Reproduce: 1. create a role with a long name (>255 chars) 2. 3. Actual results: PGError: ERROR: value too long for type character varying(255) : INSERT INTO "roles" ("name", "updated_at", "scope", "lock_version", "created_at") VALUES(E'lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll', '2011-02-02 19:16:06.773329', E'BasePermissionObject', 0, '2011-02-02 19:16:06.773329') RETURNING "id" Expected results: ui feedback message stating that the name value is too long Additional info: