Looping through comments in formula and template fields does

Posted by Rollbase User on 09-Jan-2012 17:33

Formula and template fields that loop through comments no longer work. Code for Comments Formula field: var buf = ""; {!#LOOP_BEGIN.$COMMENT} buf += "Date: {!$COMMENT.createdBy}
"; buf += "By: {!$COMMENT.createdAt}
"; buf += "Content: {!$COMMENT.content}
"; buf += "


"; {!#LOOP_END.$COMMENT} return buf; Code for Comments Template Field: {!#LOOP_BEGIN.$COMMENT} Date: {!$COMMENT.createdBy}
By: {!$COMMENT.createdAt}
Content: {!$COMMENT.content}

{!#LOOP_END.$COMMENT}
 Also, when I try to Edit the View page (after placing the Comments Template field on the page), I get an Error:

All Replies

Posted by Admin on 09-Jan-2012 18:13

This will be fixed

Posted by Admin on 23-Jan-2012 15:09

Hi Pavel,



Have you had a chance to look at this yet? Comment loops still do not appear to be working.



Thanks,

Mike

Posted by Admin on 23-Jan-2012 15:12

Sorry this is still in making. I'll increase priority of this bug.

This thread is closed