@@ -192,6 +192,12 @@ PO.Item.prototype.toString = function () {
returnlines;
};
if(this.comments.length>0){
this.comments.forEach(function(c){
lines.push('# '+c);
});
}
if(this.references.length>0){
this.references.forEach(function(ref){
lines.push('#: '+ref);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.