Actually support the url_name parameter in NavigationBarHook.

Review Request #4186 — Created May 28, 2013 and submitted — Latest diff uploaded

Information

Review Board
release-1.7.x

Reviewers

Actually support the url_name parameter in NavigationBarHook.

The docstring for this hook claimed that you could initialize it with a URL
name, and have it do the reverse lookup. This was a lie. I've implemented this
functionality.
- Used this in an extension I've been working on.
- Ran unit tests.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2
reviewboard/extensions/templatetags/rb_extensions.py
Loading...