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
Indicate Issue has attachment
Moderators: Developer, Contributor
-
jkpalmer52
- Posts: 78
- Joined: 23 Feb 2005, 17:29
- Location: US-Chicago area
-
jkpalmer52
- Posts: 78
- Joined: 23 Feb 2005, 17:29
- Location: US-Chicago area
Documentation incorrect
Documentation shows the value of the configuration item to be:
$g_show_attachments_indicator = ON;
and should be
$g_show_attachment_indicator = ON;
$g_show_attachments_indicator = ON;
and should be
$g_show_attachment_indicator = ON;