Re: ReviewRequestDropdownActionHook error in RB3.0

2017-11-15 Thread SHKLO O
Hi, I found fix for this problem. In initialize function I do self.a = ReviewRequestDropdownHook() and later in shutdown function self.a.actions.[0].unregister(). It seems like RB doesn't do unregister for actions. On Saturday, November 11, 2017 at 7:05:25 AM UTC+1, Christian Hammond

Re: ReviewRequestDropdownActionHook error in RB3.0

2017-11-10 Thread Christian Hammond
Hi, Thanks for the report! We'll look into the cause, make sure it's fixed for 3.0. Christian On Fri, Nov 10, 2017 at 08:05 SHKLO O wrote: > Hi, I have an extension which uses ReviewRequestDropdownActionHook just to > show button which I use to call JS function. > The

ReviewRequestDropdownActionHook error in RB3.0

2017-11-10 Thread SHKLO O
Hi, I have an extension which uses ReviewRequestDropdownActionHook just to show button which I use to call JS function. The extension turns on without a problem but when you Disable and Enable it again it shows following error "*KeyError: u'test_link **(that's id of ActionHook written in