Hi all,
I also have this requirement. My client wants to have user's links dashlet on the user dashboard. I looked in the Alfresco's code, and as I saw there will be a plenty of work to create this customization. All services that are related to Site Links dashlet (crate link, delete link, update link…) are using linkService. LinkService has been written only for site links, and all methods are infected with site properties. If we want to create this customization, we have to create our custom LinkService that will give us services for links on User Dashboard, few web scripts have to be reimplemented for link managing, there are also view link and edit link pages that have to be created with associated client side js.
Is there any easier solution for this customization or this is the only way?
Thanks in advance…