In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
91 [In-Portal CMS] Front End bug report always 2009-06-17 08:56 2009-10-03 07:56
alex  
Dmitry  
normal  
closed 5.0.0  
fixed  
 
none 5.0.0  
0
0000091: All top module categories have same icon in menu.
All top module categories have same icon in menu. Displayed now icon should only be displayed, when actual icon is not entered in category properties. In this case icon is entered, but it doesn't work. It worked before. I have clean 5.0.0 install.
Need to check what makes it work like that:
1. category icon got erased in process.
2. category icon not set during upgrade.
3. category icon not set during clean install.
Issue History
2009-10-03 07:56 administrator Note Added: 0000642
2009-10-03 07:56 administrator Status resolved => closed
2009-07-21 02:46 alex Fixed in Version => 5.0.0
2009-07-21 02:44 alex Changeset attached RC r11948
2009-07-21 00:35 Dmitry Changeset attached RC r11945
2009-07-21 00:35 Dmitry Changeset attached RC r11944
2009-07-21 00:34 Dmitry Changeset attached RC r11943
2009-07-21 00:34 Dmitry Changeset attached RC r11942
2009-07-21 00:34 Dmitry Note Added: 0000163
2009-07-21 00:34 Dmitry Status needs feedback => resolved
2009-07-21 00:34 Dmitry Resolution open => fixed
2009-07-21 00:34 Dmitry Assigned To alex => Dmitry
2009-07-21 00:34 Dmitry Changeset attached RC r11941
2009-07-19 19:38 Dmitry Note Added: 0000159
2009-07-19 19:38 Dmitry Assigned To ilya => alex
2009-07-19 19:38 Dmitry Status reviewed and tested => needs feedback
2009-07-09 17:30 Dmitry Note Added: 0000126
2009-06-18 16:15 Dmitry Note Added: 0000092
2009-06-18 16:15 Dmitry Assigned To => ilya
2009-06-18 16:15 Dmitry Status active => reviewed and tested
2009-06-18 16:14 Dmitry Target Version => 5.0.0
2009-06-17 09:19 alex Additional Information Updated bug_revision_view_page.php?rev_id=58#r58
2009-06-17 08:56 alex New Issue

Notes
(0000092)
Dmitry   
2009-06-18 16:15   
Ilya, please take a look and report back here.
(0000126)
Dmitry   
2009-07-09 17:30   
Reminder sent to: ilya

This is a quick reminder on this task.
(0000159)
Dmitry   
2009-07-19 19:38   
After looking into this, I have noticed that we changed and now use <inp2:st_CachedMenu../> for all elements instead of ModuleInclude when we specified the Icon name:

 <inp2:m_RenderElement name="dmenu_element" module="In-link" icon="menu_links.gif"/>

We can try specify these icons in as Section icon during the installation?

<inp2:m_DefineElement name="top_menu_item" no_editing="1">
    <item id="menu<inp2:m_Param name="page_id"/>"
        url="<inp2:m_if check="m_Param" name="external_url"><inp2:m_Param name="external_url"/><inp2:m_else/><inp2:m_Link template="$template" m_cat_id="$cat_id" m_cat_page="1"/></inp2:m_if>"
        <inp2:m_if check="m_Param" name="menu_icon">
            ico="['<inp2:m_TemplatesBase/><inp2:m_Param name="menu_icon"/>']"
        <inp2:m_else/>
            ico="['<inp2:m_TemplatesBase module="In-Portal"/>img/menu_inedit.gif']"
        </inp2:m_if>
        enb="true" title=""
        subid="subpages<inp2:m_Param name="page_id"/>"
        suburl="<inp2:m_link __NO_REWRITE__="1" template="platform/elements/menu_subsections.xml"
         m_cat_id="$cat_id"
         m_cat_page="1"
         page_id="$page_id"
         level="0" max_level="4"
        />" ><![CDATA[<inp2:m_Param name="title"/>]]></item>
</inp2:m_DefineElement>
<inp2:st_CachedMenu level="0" category_id="0" render_as="top_menu_item"/>
(0000163)
Dmitry   
2009-07-21 00:34   
Fix committed to RC branch. Commit Message:

Fixes 0000091: All top module categories have same icon in menu
(0000642)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.