MantisBT: master-1.2.x b9bd7394

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-01-17 06:57 master-1.2.x 2c8f64b0
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/history_api.php Diff File
mod - core/bugnote_api.php Diff File