Indicate Issue has attachment

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jkpalmer52
Posts: 78
Joined: 23 Feb 2005, 17:29
Location: US-Chicago area

Indicate Issue has attachment

Post by jkpalmer52 »

This has probably been asked before, but couldn't find answer.

Is there a way to indicate (in View Issue) which Issue(s) have attachment(s).

I've tried the $g_show_attachments_indicator = ON
and this appears to have had NO EFFECT.

Running version 1.0.0rc1

I'd like to be able to identify which issues have attachments that are resolved, so I can reduce the size of my database, by archiving and / or deleting those issues which have one or more attachments.

I want to keep the issue on the database, just delete the attachment(s).

-TIA

-jp
jkpalmer52
Posts: 78
Joined: 23 Feb 2005, 17:29
Location: US-Chicago area

Documentation incorrect

Post by jkpalmer52 »

Documentation shows the value of the configuration item to be:

$g_show_attachments_indicator = ON;

and should be

$g_show_attachment_indicator = ON;
Post Reply