On Mon, Sep 16, 2013 at 3:34 PM, Olemis Lang <[email protected]> wrote:
> > > On Mon, Sep 16, 2013 at 3:31 PM, Antonia Horincar < > [email protected]> wrote: > >> Hi, >> >> Thank you for your help. I managed to make this work for tickets and >> queries, but not for products and milestones. For milestones, I >> implemented >> the IRequestFilter interface in the trac.ticket.roadmap.MilestoneModule >> class. However, it seems that the value returned by >> self.env.config.getbool('components', 'bhembedding.*') is True regardless >> of the state of the plugin (enabled or disabled). Do you have any idea >> what >> could be the problem? >> >> > Try env[components', 'bhembedding.<ComponentClass>] . If it returns None > then component is disabled . > > [...] > > -- > Regards, > > Olemis - @olemislc > > > > -- Regards, Olemis - @olemislc Apache™ Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article:
