Search found 2 matches

by Prodesa
06 Aug 2019, 11:22
Forum: Customizations
Topic: I can upload files but I can't see the attachment links into the note
Replies: 1
Views: 5221

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

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 ...
by Prodesa
05 Aug 2019, 09:05
Forum: Customizations
Topic: I can upload files but I can't see the attachment links into the note
Replies: 1
Views: 5221

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

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 ...