Hello,
The left-side categories of Content Library items in the user-side of the system don't work when clicked. By clicking on a category name then items listed should be filtered by this category type, but this doesn't happen. Nothing happens when category names are clicked.
Content Library List Category
Re: Content Library List Category
Hi Tempuser,
yes, it seems the situation is like you describe it. We'll open a bug.
yes, it seems the situation is like you describe it. We'll open a bug.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Content Library List Category
Can you send to me the fix to update in code?
Thanks.
Thanks.
Re: Content Library List Category
comment out the following two lines in /appLms/views/kb/kb.js :
//YAHOO.util.Dom.get("kb_folder_nav").innerHTML = data['breadcrumbs'];
//YAHOO.util.Dom.get("kb_folder_box_ul").innerHTML = data['folder_box'];
//YAHOO.util.Dom.get("kb_folder_nav").innerHTML = data['breadcrumbs'];
//YAHOO.util.Dom.get("kb_folder_box_ul").innerHTML = data['folder_box'];
Per supporto GRATUITO contattatemi in privato qui
Re: Content Library List Category
Thank you, this works.
Re: Content Library List Category
Thanks, this fix has been included in the next release
Re: Content Library List Category
But please note that colors of the checked tab don't work as expected after implementing this fix.