Duplicate
Details
Details
Assignee
Blair McKenzie
Blair McKenzieReporter
Trent Shepherd
Trent Shepherd(Deactivated)Components
Fix versions
Affects versions
Priority
Created February 5, 2009 at 4:44 AM
Updated June 26, 2009 at 2:32 AM
Resolved June 26, 2009 at 2:32 AM
when viewing manage permissions the view option is not showing in the Accordion.
core/webskin/types/adminPermission.cfm
line 75 set height option to auto
current
<extjs:layout id="roleAccordion" container="Panel" layout="accordion" width="400" height="550" renderTo="roleAccordion" autoScroll="false">
modified
<extjs:layout id="roleAccordion" container="Panel" layout="accordion" width="400" height="auto" renderTo="roleAccordion" autoScroll="false">