Everyone seems to get this error when I try to add it to the At A Glance
page. I know it is an extension, but thought that someone might be familiar
enough with it to point me in the right direction?

error: 
could not find component for path 'MyCalendar'
context: 
... 

86: 
if ( $type eq 'component' ) {
87: 
my $name = $entry->{name};
88: 

89:     
# security check etc.
90: 
$m->comp( $name, %{ $entry->{arguments} || {} } );
91: 
} elsif ( $type eq 'system' ) {
92: 
$m->comp( '/Elements/ShowSearch', Name => $entry->{name}, Override => { Rows
=> $Rows } );
93: 
} elsif ( $type eq 'saved' ) {
94: 
$m->comp( '/Elements/ShowSearch', SavedSearch => $entry->{name}, Override =>
{ Rows => $Rows } );



Greg Evans
Hood Canal Communications
(360) 898-2481 ext.212 


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


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

Reply via email to