eea / eea.annotator

Inline comments for Plone
http://eea.github.com/docs/eea.annotator
0 stars 5 forks source link

Cannot figure out where the comments are retrieved to populate the portlet #2

Closed sureshvv closed 10 years ago

sureshvv commented 10 years ago

I am trying to make inline commenting work for members who do not have Editor/Contributor role. The portlet is getting displayed with the comments. There is just a single ajax call inside view.js (in sync) and that is not getting called. auto sync is off by default.

How are the comments being retrieved?

Any help appreciated.

avoinea commented 10 years ago

The code is in eea.jquery and the portlet is actually a Annotator plugin: See https://github.com/eea/annotator/blob/master/src/plugin/errata.coffee

sureshvv commented 10 years ago

Thank you. I have a pull request on collective/eea.annotator. Can you review?