cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Web Projects dashlet.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I need to create a Dashlet in Alfresco web client for accessing web projects so that when a user logs into Alfresco,he can see his web projects in a dashlet & once configured in web client,he can see his web projects directly after logging in & there should be no need to go to Company Home & then web projects.

I tried to create Dashlet by referring to chapter 11 of Alfresco Dev Guide (Writing Custom Dashlets) which is explaining use of .ftl files & JSP but did not get desired results as these are primitive,then I tried to do it using web scripts but don't know if it is the right way to do?

Do anyone has any idea hot to do it? :?:
1 REPLY 1

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

One workaround could be configuration of  "My Web Forms" dashlet/portlet to show only web projects by removing associated Web Forms.

These files need to be changed for configuration:
1.web-client-config.xml inside alfresco.war\WEB-INF\classes\alfresco
2.mywebforms.get.html.ftl  inside alfresco.war\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\portlets
3.mywebforms.get.desc.xml inside alfresco.war\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\portlets

Note this is only a workaround. Smiley Very Happy