From e907bbcb13e5061c1c217deedbbe316fb3613942 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Jun 2021 22:00:04 +0000 Subject: [PATCH] --- server/AyaNova/generator/CoreJobNotify.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/AyaNova/generator/CoreJobNotify.cs b/server/AyaNova/generator/CoreJobNotify.cs index 56b63eeb..828b522c 100644 --- a/server/AyaNova/generator/CoreJobNotify.cs +++ b/server/AyaNova/generator/CoreJobNotify.cs @@ -130,7 +130,17 @@ namespace AyaNova.Biz } +/* +todo: this message sucks: +http://localhost:8080/open/34/18 +----- +(:WorkOrder: http://localhost:8080/open/51/8 ) + + +the first link is to the workorder, teh second one that says workorder is to the subscription + +*/ private static async Task DeliverSMTP(NotifyEvent ne, NotifySubscription sub, AyContext ct) { try