Updated things, all ok except bug in v-text-field that was reported
This commit is contained in:
@@ -233,7 +233,7 @@ namespace AyaNova.Biz
|
||||
var subject = $"AY{AyaTypeTranslated}:{GetTranslatedNotifyEventName(ne.EventType, transid)}:{name}";
|
||||
|
||||
//subscription link translation
|
||||
var SubscriptionTypeName = $":{GetTranslatedAyaTypeName(AyaType.NotifySubscription, transid)}";
|
||||
var SubscriptionTypeName = GetTranslatedAyaTypeName(AyaType.NotifySubscription, transid);
|
||||
|
||||
IMailer m = AyaNova.Util.ServiceProviderProvider.Mailer;
|
||||
try
|
||||
@@ -249,12 +249,10 @@ namespace AyaNova.Biz
|
||||
|
||||
//Add link to subscription
|
||||
//http://localhost:8080/open/51/1 //add subscription link, notifysub is object type 51
|
||||
if (!body.EndsWith('\n'))
|
||||
{
|
||||
body += "\n";
|
||||
}
|
||||
if (!body.EndsWith('\n'))
|
||||
body += "\n";
|
||||
|
||||
body += $"({SubscriptionTypeName}: {OpenSubscriptionUrlBuilder(ne.NotifySubscriptionId)} )\n";
|
||||
body += $"-----\n({SubscriptionTypeName}: {OpenSubscriptionUrlBuilder(ne.NotifySubscriptionId)} )\n";
|
||||
|
||||
if (!ServerGlobalOpsSettingsCache.Notify.SmtpDeliveryActive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user