This commit is contained in:
2020-06-29 22:24:56 +00:00
parent 75b51c7fda
commit cafae047bb
5 changed files with 10 additions and 6 deletions

View File

@@ -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"

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",