You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be in app/js/arethusa.comments/services/comments.js:176 (errors out when finding length of missing object).
Quick fix that is working so far for me:
if (self.comments){
if (self.comments.length !== 0) {
addToIndex(commentContainer);
}
} else {
retrieveComments();
}
I don't know the app well enough to be sure this won't have unintended consequences, but I'm busy with a couple of treebanks on a local install, so I'll follow up if need be.
we still seem to be having a problem with first comments in a document not displaying upon initial save.
The text was updated successfully, but these errors were encountered: