cancel
Showing results for 
Search instead for 
Did you mean: 

Blog Drafts - Share between users

drozes
Champ in-the-making
Champ in-the-making
Hi guys;
My boss wants me to work on a blog demo for him. I have the basics working, adding a blog entry and grabbing the blogs data through the Repository API and rendering them through my web UI.

The remaining issue I am having is sharing Drafts between different users - A requirement as we are hoping to have blog content be more of a collaboration.

anyone have any suggestions on how to override/configure/create to have blog drafts no limited to only the creator?

Thanks for any help.

1 REPLY 1

drozes
Champ in-the-making
Champ in-the-making
In the directionary:
'\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\repository\blogs\post' I found the webscripts and library that actually render the json output for the API.  The webscript is supplied with a model key 'Data' which holds all the blog items which BELONG to the user.

If there is another model object that hold all blog items or if I can find the controller that generates the model for the view.