diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-21 17:49:07 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-02-21 17:49:07 +0100 |
commit | 8e5311bf656ccf4ca702ee65d6026d257dd063a9 (patch) | |
tree | 8c00a09f26647c02229d26274884362083361e10 | |
parent | e4432567a931732d06d59ef9b4763e872626ed4f (diff) | |
download | bugzilla-8e5311bf656ccf4ca702ee65d6026d257dd063a9.tar.gz bugzilla-8e5311bf656ccf4ca702ee65d6026d257dd063a9.tar.xz |
Bug 709944 - Expose groups of which a user is part
r=glob, a=LpSolit
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 9c3b30a4d..14c9bffaf 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -312,6 +312,8 @@ <kbd>values</kbd> has been renamed to <kbd>sort_key</kbd>.</li> <li>In <kbd>B[%%]ug.attachments</kbd> and <kbd>B[%%]ug.add_attachment</kbd>, the <kbd>is_url</kbd> attribute no longer exists.</li> + <li><kbd>User.get</kbd> now returns a list of groups a user belongs to if the + client has <kbd>editusers</kbd> permission or can bless one or more groups.</li> </ul> |