[
https://issues.jboss.org/browse/GTNPORTAL-1122?page=com.atlassian.jira.pl...
]
Boleslaw Dawidowicz updated GTNPORTAL-1122:
-------------------------------------------
Fix Version/s: 3.3.0.CR01
(was: 3.2.0-GA)
Portlet icons locations need to be skin independent [or dependent]
------------------------------------------------------------------
Key: GTNPORTAL-1122
URL:
https://issues.jboss.org/browse/GTNPORTAL-1122
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Matt Wringe
Assignee: kien nguyen
Labels: sprint_37
Fix For: 3.3.0.CR01
Original Estimate: 1 day
Remaining Estimate: 1 day
If a portlet wants to have a custom icon shown in the application registry or in the page
editor, then they can place a png in a special location.
Currently this location is:
skin/DefaultSkin/portletIcons/PortletName.png
But this icon is shown for all skins, regardless if its the DefaultSkin or not (see
ApplicationRegistryServiceImpl.getApplicationIconURL for where its hardcoded to this)
This location should be changed to a location which doesn't mention DefaultSkin, or
it should be changed so that it is dependent on the current portal skin (for example
skin/SimpleSkin/portleticons/PortletName.png would be the icon if the current portal skin
is the SimpleSkin).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira