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
-~----------~----~----~----~------~----~------~--~---

Reply via email to