Actually support the url_name parameter in NavigationBarHook.
Review Request #4186 — Created May 28, 2013 and submitted
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.
- Description:
-
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. ~ ~ name, and have it do the reverse lookup. This was a lie. I've implemented this ~ functionality. - I've implemented this functionality, and used it in an extension I've been
- working on. - Testing Done:
-
+ - Used this in an extension I've been working on.
+ - Ran unit tests.