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