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
TRAC_ADMIN privileges are required to perform this operation. You don't have the required permissions.
I think that TICKET_CREATE and/or TICKET_VIEW should be enought to see code comments list... Or even better - additional permission type: CODE_COMMENTS_LIST
The text was updated successfully, but these errors were encountered:
Added a new interface - ICodeCommentChangeListener - to use for
notifications.
Added a new component - CodeCommentSystem - to act as the extension
point for the above interface. (This could have been added to one of the
other components, but I have plans for other refactorings and wanted a
clean base for them.)
Extended Comments.create() to trigger comment_created events.
Added a new component - CodeCommentChangeListener - to respond to
comment_created events.
Sub-classed trac.notification.NotifyEmail to generate notification
emails. Notifications are sent to the author of the resouce being
commented on, and anyone else who has commented on the same resource.
There is additional logic to determine who the notification should be
*sent* and *copied* to.
Added an option to control whether notifications are sent to the person
making the comment (off by default).
Removed unused variable.
I think that
TICKET_CREATE
and/orTICKET_VIEW
should be enought to see code comments list... Or even better - additional permission type:CODE_COMMENTS_LIST
The text was updated successfully, but these errors were encountered: