Menu

#47 It has made a mistake in the argument when calling __before__/__after__ of controller

2.1.1
closed
core
defect
trivial
core
2.1.0
2011-04-28
2011-03-28
No

Pylons is passing a dict as args to _perform_call, so ...

2.0.x

in tg.controllers.ObjectDispatchController?._perform_call and
in tg.controllers.TGController._perform_call

should be controller.im_self.__before__(**args)

2.1b*

in tg.controllers.dispacher.Dispatcher._perform_call

should be controller.__before__(**args) and controller._before(**args)

Discussion

Auth0 Logo