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

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Prodesa
Posts: 2
Joined: 02 Aug 2019, 12:34

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

Post 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.
Attachments
The files are stored on the database
The files are stored on the database
Mantis02.jpg (35.83 KiB) Viewed 4366 times
There isn`t any link to acces to the file
There isn`t any link to acces to the file
Mantis01.jpg (125.15 KiB) Viewed 4366 times
Prodesa
Posts: 2
Joined: 02 Aug 2019, 12:34

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

Post 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',);
Post Reply