#2460: It has made a mistake in the argument when calling __before__/__after__
of
controller
---------------------------+------------------------------------------------
Reporter: Tomoyuki Kano | Owner:
Type: defect | Status: new
Priority: normal | Milestone: __unclassified__
Component: TurboGears | Version: trunk
Severity: normal | Keywords:
---------------------------+------------------------------------------------
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)`
--
Ticket URL: <http://trac.turbogears.org/ticket/2460>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en