From c5b031f6c81959de359f8d52f10d27b5b541ae81 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 21 Mar 2024 09:33:21 +0100 Subject: [PATCH] pushing notifications message files --- D4S_UCDs/DEV/devVRE/Concessioni.json | 2 +- .../notifications/Notifications_Messages.properties | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties diff --git a/D4S_UCDs/DEV/devVRE/Concessioni.json b/D4S_UCDs/DEV/devVRE/Concessioni.json index 82cc73a..5b8ee17 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni.json @@ -315,7 +315,7 @@ "type": "replaceAll", "regex": "(\\s)?\\([\\s\\S]*", "replacement": "" - } + } }, { "name": "specifiche_cronologia", diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties new file mode 100644 index 0000000..879e617 --- /dev/null +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -0,0 +1,8 @@ +TITLE_REVIEW_REQUIRED=Review required for ${project_name} +MSG_REVIEW_REQUIRED=${user} submitted the project ${project_name} (id: ${project_id}). You are kindly requested to review it and decide either to APPROVE or REJECT it. See Gis Project at ${gis_link} +TITLE_ITEM_REJECTED=${project_name} rejected +MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user} +TITLE_ITEM_REJECTED_REVIEW_REQUIRED=${project_name} rejected +MSG_ITEM_REJECTED_REVIEW_REQUIRED=The project ${project_name} has just been rejected. You are kindly requested to review it +MSG_ITEM_PUBLISHED=The project ${project_name} has just been published. See Gis Project at ${gis_link} +MSG_GO_TO_PDF=Go to PDF report at ${pdf_link} \ No newline at end of file