View Issue Details

IDProjectCategoryView StatusLast Update
0015364mantisbtfeaturepublic2013-01-30 16:26
Reportermmmichael Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0015364: Add Attachments to Notes
Description

Hello,

is it possible to add this feature:
Could it be possible to add an fileupload to an note?

Technical it would be very easy. Its the same databasetable with an additional field "note_id".

All attachments without note-ID are visible at the top of the ticket, all attachments WITH noteId are under the special note!

I think I need 30-60 Minutes to programm for my local version, but It would be great if this feature would be reachable for the public.

Thanks,
Michael

TagsNo tags attached.

Relationships

duplicate of 0010504 closedvboctor New feature suggestion: Upload file in 'Add Note' ? 

Activities

atrol

atrol

2013-01-11 03:33

developer   ~0034762

Please have also a look at the discussion at the duplicate 0010504

Submitting a patch is always a good idea, as it increases the chances of improvement eventually making it into MantisBT core. All contributions are welcome and greatly appreciated.

Patch submissions can be made in several ways. In the order of preference:

  1. Send us a Pull Request on our Github repository [1]
  2. Attach a GIT patch to the issue
  3. Attach a Unified Diff, clearly specifying the patch's base release

Kindly avoid to upload entire modified PHP files.

Please make sure that your submissions adhere to our Coding Guidelines [2], if they don't your patch might be rejected.

[1] https://github.com/mantisbt/mantisbt
[2] http://www.mantisbt.org/wiki/doku.php/mantisbt:coding_guidelines

mmmichael

mmmichael

2013-01-11 03:44

reporter   ~0034764

Oh thanks for the fast response! My local version has many workflow improvments, I will try to decoupling it into single features.