N°330 Attachments : add attributes in Attachment object

* creation date
* external key to creator User
This commit is contained in:
Pierre Goiffon
2019-12-16 14:33:18 +01:00
parent 4aeb78ccac
commit 0b65b36e74
5 changed files with 90 additions and 41 deletions

View File

@@ -65,7 +65,8 @@ Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', array(
'Attachments:File:Thumbnail' => 'Icon',
'Attachments:File:Name' => 'File name',
'Attachments:File:Date' => 'Date added',
'Attachments:File:Date' => 'Upload date',
'Attachments:File:Creator' => 'Uploaded by',
'Attachments:File:Size' => 'Size',
'Attachments:File:MimeType' => 'Type',
));