• Welcome to KonaKart Community Forum. Please login or sign up.
 

Konakart 2.2.6, Tag Groups issue

Started by hasalem, October 06, 2008, 06:15:24 am

Previous topic - Next topic

hasalem

Hi All,

I think There's a bug in tag groups. you can check it from the demo site, or on your installation.
Steps to generate the bug:
1- goto the live demo on
http://www.konakart.com/konakart/Welcome.do
2- click on Hardware category, then choose CDRom Drives,  you will not see any tag groups as expected
3- Now, goto DVD movies catgegory, and then choose Action category
4- As expected you will find the tag groups related to this category.
5- now go back to the hardware category, and then choose CDRom drives category. you will find the tag groups here also.

This bug comes only with empty category.
we can describe the bug as following " the tag groups of the last non empty viewed category will be shown for any empty category"

Does anyone have an idea how to fix this issue?!

Best Regards
Hatem Salem

julie

This is a known bug and has already been fixed in the next release.

You can implement a temporary fix by editing SelectCategoryAction1.java. After the line:

            int prodsFound = kkAppEng.getCategoryMgr().setCurrentCatAndUpdateProducts1(catIdInt);

you must add the line:

            kkAppEng.getProductMgr().fetchTagGroupsPerCategory(catIdInt);