From cafae047bb8894f00adab5086a42e9998d5ee379 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 29 Jun 2020 22:24:56 +0000 Subject: [PATCH] --- server/AyaNova/DataList/AttachmentDataList.cs | 4 ++-- server/AyaNova/resource/de.json | 3 ++- server/AyaNova/resource/en.json | 3 ++- server/AyaNova/resource/es.json | 3 ++- server/AyaNova/resource/fr.json | 3 ++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/server/AyaNova/DataList/AttachmentDataList.cs b/server/AyaNova/DataList/AttachmentDataList.cs index a1a20f95..87527211 100644 --- a/server/AyaNova/DataList/AttachmentDataList.cs +++ b/server/AyaNova/DataList/AttachmentDataList.cs @@ -57,7 +57,7 @@ namespace AyaNova.DataList FieldDefinitions.Add(new AyaDataListFieldDefinition { - TKey = "FileExists", + TKey = "AttachmentExists", FieldKey = "exists", UiFieldDataType = (int)UiFieldDataType.Bool, SqlValueColumnName = "afileattachment.exists" @@ -84,7 +84,7 @@ namespace AyaNova.DataList FieldDefinitions.Add(new AyaDataListFieldDefinition { - TKey = "Notes", + TKey = "AttachmentNotes", FieldKey = "notes", UiFieldDataType = (int)UiFieldDataType.Text, SqlValueColumnName = "afileattachment.notes" diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index acb3b57d..ab12111c 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -1671,7 +1671,8 @@ "InsertImage": "Bild einfügen", "ImageUrl": "Bild-URL", "ImageDescription": "Bildbeschreibung", - "AttachmentNotes": "Notizen", + "AttachmentNotes": "Notizen", + "AttachmentExists": "Datei existiert", "AttachmentFileName": "Dateiname", "AttachFile": "Datei anhängen", "Upload": "Hochladen", diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 163afcd6..51dbcc82 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -1671,7 +1671,8 @@ "InsertImage": "Insert image", "ImageUrl": "Image url", "ImageDescription": "Image description", - "AttachmentNotes": "Notes", + "AttachmentNotes": "Notes", + "AttachmentExists": "File exists", "AttachmentFileName": "File name", "AttachFile": "Attach file", "Upload": "Upload", diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index c7f043b7..bfb9dbef 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -1671,7 +1671,8 @@ "InsertImage": "Insertar imagen", "ImageUrl": "Dirección URL de la imagen", "ImageDescription": "Descripción de la imagen", - "AttachmentNotes": "Notas", + "AttachmentNotes": "Notas", + "AttachmentExists": "El archivo existe", "AttachmentFileName": "Nombre archivo", "AttachFile": "Adjuntar archivo", "Upload": "Cargar", diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 7bd70fac..1ce90432 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -1671,7 +1671,8 @@ "InsertImage": "Insérer une image", "ImageUrl": "URL d'image", "ImageDescription": "Description de l'image", - "AttachmentNotes": "Notes", + "AttachmentNotes": "Notes", + "AttachmentExists": "Le fichier existe", "AttachmentFileName": "Nom du fichier", "AttachFile": "Joindre fichier", "Upload": "Télécharger",