Project:
View Revisions: Issue #55545 | [ Back to Issue ] | ||
Summary | 0055545: Implement Prioritizable for PostConfirmGroupOfTasksHook inorder to execute the hooks in required order | ||
Revision | 2024-05-22 08:22 by AtulOpenbravo | ||
Description | Implement Prioritizable for PostConfirmGroupOfTasksHook inorder to execute the hooks in required order There are some custom module hooks that extends PostConfirmGroupOfTasksHook so there is need to execute all the hooks in a specific order. Hence it is necessary that all the hooks that extends PostConfirmGroupOfTasksHook should have priority defined for the order of their execution. All the custom hooks will have default priority 100 and the standard hooks will have highest priority (low value for priority example - 90) DistributionOrderPostConfirmGroupOfTasksHook - priority 90 SMCPPostConfirmGroupOfTasksHook - priority 100 (default) SMCPWAPostConfirmGroupOfTaskHook - priority 100 (default) |
||
Revision | 2024-05-22 08:20 by AtulOpenbravo | ||
Description | Implement Prioritizable for PostConfirmGroupOfTasksHook inorder to execute the hooks in required order There are some custom module hooks that extends PostConfirmGroupOfTasksHook so there is need to execute all the hooks in a specific order. Hence it is necessary that all the hooks that extends PostConfirmGroupOfTasksHook should have priority defined for the order of their execution. All the custom hooks will have default priority 100 and the standard hooks will have highest priority with lower priority value for example: 90 DistributionOrderPostConfirmGroupOfTasksHook - priority 90 SMCPPostConfirmGroupOfTasksHook - priority 100 (default) SMCPWAPostConfirmGroupOfTaskHook - priority 100 (default) |
||
Revision | 2024-05-22 07:16 by AtulOpenbravo | ||
Description | Implement Prioritizable for PostConfirmGroupOfTasksHook inorder to execute the hooks in required order There are some custom module hooks that extends PostConfirmGroupOfTasksHook so there is need to execute all the hooks in a specific order. Hence it is necessary that all the hooks that extends PostConfirmGroupOfTasksHook should have priority defined for the order of their execution. |
Copyright © 2000 - 2009 MantisBT Group |