MantisBT: master e6993795

Author Committer Branch Timestamp Parent
atrol atrol master 2016-05-19 05:00 master b6f81949
Affected Issues  0020897: User's access level in bugnotes displayed as '@0@' in email notifications
Changeset

Enhance access level display

Prior to this, the access level display in bugnotes was (@0@) if the
user who added the note did not have access to the project. This
situation can happen when an issue is moved to a private project, or
when a user's rights to a private project are revoked.
This is similar to the fix for 0011923, but

  • affects also email notification
  • displays "no access" for existing users instead of displaying nothing

Fixes 0020897

mod - bugnote_view_inc.php Diff File
mod - core/access_api.php Diff File
mod - core/email_api.php Diff File
mod - lang/strings_english.txt Diff File