Hello,
After two days trying to solve this problemn, I finally found the
error. Apparently I forgot to the 'return' clause: =$
# The new method
def _processa_ticket_request_2(self, req):
return self._processa_ticket_request_2(req)
Now it's working !
Thanks for all (:
On Dec 17, 5:41 pm, "Erik Bray" <[email protected]> wrote:
> On Wed, Dec 17, 2008 at 7:22 AM, VDusso <[email protected]> wrote:
> > I have my own TicketPlugin, and it works very well. But now, I'm
> > trying to rewrite the method '_process_ticket_request' in my
> > EditModule class, and I get an AssertError
>
> > I just created a new method for redirect, like this:
>
> > # The new method
> > def _processa_ticket_request_2(self, req):
> > self._processa_ticket_request_2(req)
>
> It's hard to tell you much based on the details you've provided, but
> this should rather quickly cause an infinite recursion leading to a
> runtime error.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---