w32blaster / revizor

Revizor - the code review tool.
http://revizor.reviews
GNU General Public License v2.0
5 stars 1 forks source link

Refactor notification feed: modify the way how feed creates links to each object #44

Closed w32blaster closed 9 years ago

w32blaster commented 9 years ago

At this moment each object has the following link in the feed message:

def href = g.createLink(controller: classSimpleName, action: 'show', id: actorObject.ident(), absolute: true)

Sometimes we need to change this behaviour. Especially for comments.

Todo