These are in reality applied to the AdminCC group principal of queues.
What is the bug here?
Is it that I should be able to see such a right in the Global rights
page, or should the right not have been granted since the upgrade step
(3.9.1 iirc)?
(It is a bit of a weird delegation of rights, but a few of our AdminCc
groups have indeed the right to edit templates).
These are in reality applied to the AdminCC group principal of queues.
What is the bug here?
Is it that I should be able to see such a right in the Global rights
page, or should the right not have been granted since the upgrade step
(3.9.1 iirc)?
(It is a bit of a weird delegation of rights, but a few of our AdminCc
groups have indeed the right to edit templates).
Looking briefly in the ACL dumping code, it says this:
elsif ( /^RT::Group$/ ) {
# No support for RT::Group ACLs in RT::Handle yet.
next OBJECT;
}
which implies to me that it has no idea how to handle your rights.