Page 1 of 1

bug note note_type note_attr

Posted: 22 Oct 2013, 14:27
by flhrulzierhuz
Hello,

Could you please help me to understand what are note_type and note_attr fields in mantis_bugnote_table.
Why aren't they not visible ? Is it possible to use them ? CFNotes being incomptible with MantisBT 1.2.15, I search for an other way to add custom fields to bug note.

Thank you.

Version de MantisBT 1.2.15

Re: bug note note_type note_attr

Posted: 22 Oct 2013, 21:05
by atrol
note_type
0: "normal" note
1: reminder note, note_attr contains user ids of users where the reminder is sent to, id's are separated by |
2: time tracking note

Re: bug note note_type note_attr

Posted: 23 Oct 2013, 07:49
by flhrulzierhuz
Thank you !