mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°330 Attachments : add attributes in Attachment object
* creation date * external key to creator User
This commit is contained in:
@@ -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',
|
||||
));
|
||||
Reference in New Issue
Block a user