Hide Forgot
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:
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
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
Tested on devenv_4081, description of domain and application scope can be displayed now, so verify this bug, thanks.