Page 1 of 1

Admin customization - adding a link

Posted: Thu Jan 02, 2014 3:09 am
by azadusman
Hi Team,

I need to customize Broadleaf Admin, Left panel where in i need to have a link. Clicking on that link i am supposed to hit an API which is already existing for me (Rest API). What steps i need to take inorder to fix this.

Re: Admin customization - adding a link

Posted: Thu Jan 02, 2014 3:10 am
by azadusman
Based on the response i need to display the result in the respective page.

Re: Admin customization - adding a link

Posted: Tue Jan 07, 2014 3:41 pm
by phillipuniverse
Add entries to BLC_ADMIN_MODULE and BLC_ADMIN_SECTION. That will add a new link on the left-hand side menu. In BLC_ADMIN_SECTION there is a 'url' field. Then you just need a Spring controller in the admin project with an @RequestMapping that corresponds to that particular url.