Help with RT 3.8.7 and AT 1.2.4b

Hi,

I am in the midst of upgrading my dev system and have a hit the following issue when trying to assign permissions via Modify people related to type “Asset name”

I get the following message in /var/log/messages

Mar 31 13:35:48 xxxxx RT: Invalid right. Couldn’t canonicalize right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)
Mar 31 13:36:22 xxxxx RT: Invalid right. Couldn’t canonicalize right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

And in /var/log/httpd/error_log

[Wed Mar 31 12:38:10 2010] [error]: Invalid right. Couldn’t canonicalize right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)
[Wed Mar 31 12:39:04 2010] [error]: Invalid right. Couldn’t canonicalize right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)
[Wed Mar 31 12:43:42 2010] [error]: Invalid right. Couldn’t canonicalize right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

I am logged into RT as root to work on this

Any help would be appreciated

RT 3.8.7
AT 1.2.4b1

Regards Simon

In file RTx/AssetTracker/Type_Overlay.pm change:

ModifyTypeAdmins   => 'Modify administrators for type',

loc_pair

to:

ModifyTypeWatchers   => 'Modify watchers for type',

loc_pairOn Wed, Mar 31, 2010 at 9:14 AM, Simon Dray Simon.Dray@antplc.com wrote:

Hi,

I am in the midst of upgrading my dev system and have a hit the following
issue when trying to assign permissions via Modify people related to type
“Asset name”

I get the following message in /var/log/messages

Mar 31 13:35:48 xxxxx RT: Invalid right. Couldn’t canonicalize right
‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

Mar 31 13:36:22 xxxxx RT: Invalid right. Couldn’t canonicalize right
‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

And in /var/log/httpd/error_log

[Wed Mar 31 12:38:10 2010] [error]: Invalid right. Couldn’t canonicalize
right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

[Wed Mar 31 12:39:04 2010] [error]: Invalid right. Couldn’t canonicalize
right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

[Wed Mar 31 12:43:42 2010] [error]: Invalid right. Couldn’t canonicalize
right ‘ModifyTypeWatchers’ (/opt/rt3/bin/…/lib/RT/Principal_Overlay.pm:299)

I am logged into RT as root to work on this

Any help would be appreciated

RT 3.8.7

AT 1.2.4b1

Regards Simon

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Hi Simon,

I don’t have an answer for your issue, but I was wondering if you saw an
issue I saw when I upgraded my dev box. Going from 3.8.4 with 1.2.4b to
3.8.7, the headers broke in my asset search results. Only the Name
header is still displayed.

Do you see this behavior as well? It might be some peculiarity with my
system.

-Mike Ellis

Simon Dray wrote: