Skip to content

Commit 8eacaaa

Browse files
algobobbrianchandotcom
authored andcommitted
LPD-55455 Prioritize TemplateNotificationMessageGenerator when injecting
1 parent 1cbc4b6 commit 8eacaaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/apps/portal-workflow/portal-workflow-kaleo-runtime-impl/src/main/java/com/liferay/portal/workflow/kaleo/runtime/internal/notification/TemplateNotificationMessageGenerator.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
* @author Marcellus Tavares
4444
* @author Michael C. Han
4545
*/
46-
@Component(service = NotificationMessageGenerator.class)
46+
@Component(
47+
property = "service.ranking:Integer=100",
48+
service = NotificationMessageGenerator.class
49+
)
4750
public class TemplateNotificationMessageGenerator
4851
implements NotificationMessageGenerator {
4952

0 commit comments

Comments
 (0)