MantisBT: master c9fafd4a

Author Committer Branch Timestamp Parent
vboctor vboctor master 2019-08-04 14:17 master 491f8ea9
Changeset

Use file bugnote id = null for issue attachments

The bugnote_id field on files now support 3 states:

  • null: file explicitly associated with the issue, not a note.
  • non-zero: file explicitly associated with a note.
  • 0: no explicitly attached (old files)
mod - admin/schema.php Diff File
mod - core/commands/IssueAddCommand.php Diff File
mod - core/file_api.php Diff File