Add link to email notifications (#9438)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-07-02 18:52:18 +05:00
committed by GitHub
parent 9d49211f9b
commit a97ae35933
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -83,7 +83,7 @@
// "DB_URL": "postgresql://postgres:example@localhost:5432",
"DB_URL": "postgresql://root@localhost:26257/defaultdb?sslmode=disable",
// "GREEN_URL": "http://huly.local:6767?token=secret",
"SERVER_PORT": "3334",
"SERVER_PORT": "3332",
"APM_SERVER_URL2": "http://localhost:8200",
"METRICS_CONSOLE": "false",
"METRICS_FILE": "${workspaceRoot}/metrics.txt", // Show metrics in console evert 30 seconds.,
@@ -97,7 +97,7 @@
"MODEL_JSON": "${workspaceRoot}/models/all/bundle/model.json",
// "SERVER_PROVIDER":"uweb"
"SERVER_PROVIDER": "ws",
"MODEL_VERSION": "0.7.153",
"MODEL_VERSION": "0.7.167",
// "VERSION": "0.6.289",
"COMMUNICATION_API_ENABLED": "true",
"ELASTIC_INDEX_NAME": "local_storage_index",
+1 -1
View File
@@ -455,7 +455,7 @@ export function createModel (builder: Builder): void {
defaultEnabled: false,
templates: {
textTemplate: '{body}',
htmlTemplate: '<p>{body}</p>',
htmlTemplate: '<p>{body}</p><p>{link}</p>',
subjectTemplate: '{title}'
}
},
+1 -1
View File
@@ -827,7 +827,7 @@ export function generateClassNotificationTypes (
defaultEnabled: false,
templates: {
textTemplate: '{body}',
htmlTemplate: '<p>{body}</p>',
htmlTemplate: '<p>{body}</p><p>{link}</p>',
subjectTemplate: '{doc} updated'
},
label: attribute.label
+1 -1
View File
@@ -1385,7 +1385,7 @@ export function createModel (builder: Builder): void {
defaultEnabled: false,
templates: {
textTemplate: '{body}',
htmlTemplate: '<p>{body}</p>',
htmlTemplate: '<p>{body}</p><p>{link}</p>',
subjectTemplate: '{title}'
}
},
@@ -1330,7 +1330,7 @@ export async function OnAttributeCreate (txes: Tx[], control: TriggerControl): P
defaultEnabled: false,
templates: {
textTemplate: '{body}',
htmlTemplate: '<p>{body}</p>',
htmlTemplate: '<p>{body}</p><p>{link}</p>',
subjectTemplate: '{doc} updated'
},
label: attribute.label