diff --git a/.vscode/launch.json b/.vscode/launch.json index d37b883f27..15bc2982e1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/models/lead/src/index.ts b/models/lead/src/index.ts index 0db4cce2b1..84d37b56c9 100644 --- a/models/lead/src/index.ts +++ b/models/lead/src/index.ts @@ -455,7 +455,7 @@ export function createModel (builder: Builder): void { defaultEnabled: false, templates: { textTemplate: '{body}', - htmlTemplate: '
{body}
', + htmlTemplate: '{body}
{link}
', subjectTemplate: '{title}' } }, diff --git a/models/notification/src/index.ts b/models/notification/src/index.ts index 26fa7ca3f4..7394e0a07b 100644 --- a/models/notification/src/index.ts +++ b/models/notification/src/index.ts @@ -827,7 +827,7 @@ export function generateClassNotificationTypes ( defaultEnabled: false, templates: { textTemplate: '{body}', - htmlTemplate: '{body}
', + htmlTemplate: '{body}
{link}
', subjectTemplate: '{doc} updated' }, label: attribute.label diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index d13695cffd..d38c781ca6 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -1385,7 +1385,7 @@ export function createModel (builder: Builder): void { defaultEnabled: false, templates: { textTemplate: '{body}', - htmlTemplate: '{body}
', + htmlTemplate: '{body}
{link}
', subjectTemplate: '{title}' } }, diff --git a/server-plugins/notification-resources/src/index.ts b/server-plugins/notification-resources/src/index.ts index 854eb975fb..151d170922 100644 --- a/server-plugins/notification-resources/src/index.ts +++ b/server-plugins/notification-resources/src/index.ts @@ -1330,7 +1330,7 @@ export async function OnAttributeCreate (txes: Tx[], control: TriggerControl): P defaultEnabled: false, templates: { textTemplate: '{body}', - htmlTemplate: '{body}
', + htmlTemplate: '{body}
{link}
', subjectTemplate: '{doc} updated' }, label: attribute.label