Closed Bug 284263 Opened 19 years ago Closed 19 years ago

Inherited bless permissions without inherited membership do not work

Categories

(Bugzilla :: Administration, task)

2.19.2
task
Not set
major

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: Wurblzap, Assigned: Wurblzap)

References

Details

(Keywords: regression)

Attachments

(2 files, 1 obsolete file)

(In reply to bug 119485, comment #36)

This addresses the following:

> >+    $vars->{'restrictablegroups'} = groupsUserMayBless($user, 'id', 'name');
> 
>   That duplicates Bugzilla->user->bless_groups, I'm pretty sure, since I
> checked that code in.
[...]
> >+# Give a list of IDs of groups the user may bless.
> >+sub groupsUserMayBless {
> 
>   As I mentioned above, you can do most of this with
> Bugzilla->user->bless_groups. You could have also done it with
> UserCanBlessGroups() or whatever it was called before in globals.pl.
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
It turns out groupsUserMayBless is doing its indirect bless permission check
incorrectly, which makes a move to bless_groups even more interesting.
Requesting blocking2.20.
Flags: blocking2.20?
Maybe 2.20.1 -- I *think* the only thing this will cause will be cosmetic errors
on the editusers.cgi page when you are looking at what groups a user inherits
for blessing, in a few cases.

However, if we can get the patch r+'ed before we release 2.20, I'd be all for
getting it in on the 2.20 branch. :-)
Flags: blocking2.20? → blocking2.20-
Attached patch Patch (obsolete) — Splinter Review
(In reply to comment #2)
> Maybe 2.20.1 -- I *think* the only thing this will cause will be cosmetic

Unfortunately not...

o Let user UA be a member of group GA
o Let group GA inherit bless membership for group GB
o User UA should be allowed to bless GB, but isn't :(
Attachment #190224 - Flags: review?
Flags: blocking2.20- → blocking2.20?
Yeah, in light of the fact that this actually breaks bless inheritance, it
should block. :-(
Severity: normal → major
Flags: blocking2.20? → blocking2.20+
Keywords: regression
Summary: Make editusers.cgi use Bugzilla::User::bless_groups instead of local groupsUserMayBless → Inherited bless permissions without inherited membership do not work
When reviewing the patch, please note especially that groupsUserMayBless
contained a derive_groups call while bless_groups does not. This works for me.
Attachment #190224 - Flags: review?
Attached patch PatchSplinter Review
Unrotted after checkin of bug 284264.
Attachment #190224 - Attachment is obsolete: true
Attachment #190387 - Flags: review?
Whiteboard: [Patch awaiting review]
Comment on attachment 190387 [details] [diff] [review]
Patch

code reads OK.	I just need to test it.  Has anyone else already tested it?
No, probably just I.
Comment on attachment 190387 [details] [diff] [review]
Patch

r=joel
I'd like either a 2xr or someone to do some more testing before it lands.
Attachment #190387 - Flags: review+
Whiteboard: [Patch awaiting review] → [patch awaiting second-review]
Comment on attachment 190387 [details] [diff] [review]
Patch

works well. r=LpSolit
Attachment #190387 - Flags: review? → review+
Flags: approval?
Flags: approval2.20?
Whiteboard: [patch awaiting second-review]
oops. The patch doesn't apply cleanly on 2.20.
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
Attached patch 2.20 backportSplinter Review
(In reply to comment #11)
> oops. The patch doesn't apply cleanly on 2.20.

Yes, that's because bug 284264 didn't go onto the branch. The backport
therefore contains parts of it.
Attachment #192064 - Flags: review?(LpSolit)
Whiteboard: [ready for trunk][2.20 patch awaiting review]
This should get approval re-requested when the branch patch is ready.
Flags: approval2.20+
Flags: approval+
Comment on attachment 192064 [details] [diff] [review]
2.20 backport

tested, works correctly.
Attachment #192064 - Flags: review?(LpSolit) → review+
requesting approval again
Flags: approval?
Flags: approval2.20?
Whiteboard: [ready for trunk][2.20 patch awaiting review]
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
tip:

Checking in editusers.cgi;
/cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v  <--  editusers.cgi
new revision: 1.96; previous revision: 1.95
done
Checking in Bugzilla/User.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v  <--  User.pm
new revision: 1.73; previous revision: 1.72
done


2.20rc2:

Checking in editusers.cgi;
/cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v  <--  editusers.cgi
new revision: 1.90.2.3; previous revision: 1.90.2.2
done
Checking in Bugzilla/User.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v  <--  User.pm
new revision: 1.61.2.5; previous revision: 1.61.2.4
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: