Page 1 of 1

Content Library List Category

Posted: Mon Apr 09, 2018 2:37 pm
by tempuser
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.

Re: Content Library List Category

Posted: Mon Apr 09, 2018 3:17 pm
by max
Hi Tempuser,

yes, it seems the situation is like you describe it. We'll open a bug.

Re: Content Library List Category

Posted: Mon Apr 09, 2018 6:40 pm
by tempuser
Can you send to me the fix to update in code?

Thanks.

Re: Content Library List Category

Posted: Tue Apr 10, 2018 7:36 am
by alfa24
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'];

Re: Content Library List Category

Posted: Tue Apr 10, 2018 10:40 am
by tempuser
Thank you, this works.

Re: Content Library List Category

Posted: Thu May 03, 2018 12:03 pm
by alberto
alfa24 wrote: Tue Apr 10, 2018 7:36 am 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'];
Thanks, this fix has been included in the next release

Re: Content Library List Category

Posted: Mon May 14, 2018 7:27 pm
by tempuser
But please note that colors of the checked tab don't work as expected after implementing this fix.

Re: Content Library List Category

Posted: Mon May 14, 2018 7:46 pm
by alfa24
Screenshot?