Page 1 of 1

I can upload files but I can't see the attachment links into the note

Posted: 05 Aug 2019, 09:05
by Prodesa
Hello all,

Last week I upgrade Mantis from 1.3.0 version to 2.21.1 and It works fine but I have changed some configuracions to allow "upload files" to the database.

I can upload files and I see this information on the database but I can't find any link or reference into the notes.

Find attached some imagen regarding this issue.

I think the configuration is wrong but I don'y know where.

Thank you very much in advance.

Re: I can upload files but I can't see the attachment links into the note

Posted: 06 Aug 2019, 11:22
by Prodesa
Solved!! :D

I have added "attachments" to my view in my config file. See below:

$g_bug_view_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'status',
'summary',
'description',
'additional_info',
'tags',
'attachments',
'due_date',);