View Issue Details

IDProjectCategoryView StatusLast Update
0021893mantisbtuipublic2019-08-25 16:46
Reportersebastian.poxhofer Assigned Tosyncguru  
PrioritylowSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product Version2.0.0-rc.1 
Summary0021893: Allow to add attachments at the edit Note page
Description

If a user forgets to add a screenshot to a note, the user has to create a new note for the screenshots.

TagsNo tags attached.

Relationships

related to 0021727 closedvboctor Show attachments inline with notes 

Activities

vboctor

vboctor

2016-11-09 11:54

manager   ~0054488

For proper support for this scenario, we will need the db schema change for first class association between a note and an attachment.

In the meantime, you can work around this by increasing the threshold in seconds when an attachment is considered part of a note. By default it is 3, but you can make it 10 or 15.

$g_issue_activity_note_attachments_seconds_threshold = 15;