Bug 1035101

Summary: "Description" is empty on authorization details page after creating domain/application token.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: Management ConsoleAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: jliggitt, xtian
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:34:47 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:

Description Yujie Zhang 2013-11-27 05:32:49 UTC
Description of problem:

Created an admin domain token and an admin application token from /app/console/authorizations/new page, found the "Description" part is empty on the authorization details page.  

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

How reproducible:
always

Steps to Reproduce:
1.Create a domain/application token from /app/console/authorizations/new page
2.Check the "Description" part on the authorization details page
3.

Actual results:

The "Description" part is empty on authorization details page.

Expected results:

Should display content of "Descritpion" part on authorization details page.

Additional info:

Comment 1 Jordan Liggitt 2013-11-27 15:58:23 UTC
Will show the same description that is shown on the scope creation page beside parameterized scopes

Will merge in https://github.com/openshift/origin-server/pull/4265

Comment 2 openshift-github-bot 2013-11-27 17:17:18 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/5890cc495dd560f08deb61a391f079228045abac
Bug 1035101 - show scope descriptions for parameterized scopes

Comment 3 Yujie Zhang 2013-11-28 08:54:33 UTC
Tested on devenv_4081, description of domain and application scope can be displayed now, so verify this bug, thanks.