exoplatform / platform-ui

Platform Skin
GNU Lesser General Public License v3.0
2 stars 35 forks source link

PLF-8525: Make sure that Forum's css file is only imported for the 'all' profile. (#297) #86

Closed mdiha closed 4 years ago

mdiha commented 4 years ago

In "minimal" profile the Forum is not needed so the css's file for forum shouldn't be loaded. To fix this i changed the declaration of "forum-resources.css" in gatein-resources.xml from portal to portlet to make sure it is not loaded when working under "minimal" profile.