MantisBT: master e7283356

Author Committer Branch Timestamp Parent
dhx dhx master 2010-01-17 06:57 master 14a00b72
Affected Issues  0011403: Bugnote view state change history item doesn't format bugnote IDs
Changeset

Fix 0011403: Bugnote ID not formatted correctly in history (view status)

When changing the view state of a bugnote, the history item added looks
something like:

Note View State: private: 214

Note that the bugnote ID 214 is not properly formatted. It should be
showing something like this instead:

Note View State: 0000214: private

mod - core/bugnote_api.php Diff File
mod - core/history_api.php Diff File