Defect #19019
Plugin patch overriding priority
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
Hi,
In my redmine application i added some plugins while overriding a same patch in different plugin but it take priority with the top level i unable to run my bottom plugin patch.
For Example:
Plugin 'A' Am writing patch for issues controller and issue before_save callBack
plugin 'B' Am overriding same issue controller patch and model before_save callBack
The above scenario Plugin 'A' patch's only running plugin 'B' code does't run
Any one have any solution for this?
History
#1
Updated by Thiyagarajan Thulasi almost 8 years ago
For the above 2 plugin's are mandatory in my application what to do, both the plugin's callbacks are having different functionalists.
#2
Updated by Toshi MARUYAMA almost 8 years ago
- Category set to Plugin API