[rt-users] ShowAttachments error in Approvals

Vipool Rathod vipool.rathod at gsfc.nasa.gov
Fri Oct 15 09:43:05 EDT 2004


Hello All,

Getting a strange error in Approvals.  When one is created (using the 
example in the manual) it shows up just fine with Allow, Deny, and Ignore 
with notes.  However, there is no Submit button.  Also, when I click on the 
ticket/approval, I get a submit button, but under "Tickets which depend on 
this approval:" I get the following:

error:   	Can't call method "Next" on an undefined value at 
/ltp/web/web/rt/share/html/Ticket/Elements/ShowAttachments line 87.

context:
...
83:
84:  	<%INIT>
85:  	my %documents;
86:
87:  	while ( my $attach = $Attachments->Next() ) {
88:  	next unless ($attach->Filename());
89:  	unshift( @{ $documents{ $attach->Filename } }, $attach );
90:  	}
91:
...

code stack: 
/ltp/web/web/rt/share/html/Ticket/Elements/ShowAttachments:87
/ltp/web/web/rt/share/html/Ticket/Elements/ShowSummary:68
/ltp/web/web/rt/share/html/Approvals/Elements/ShowDependency:47
/ltp/web/web/rt/share/html/Approvals/Display.html:40
/ltp/web/web/rt/share/html/autohandler:199

raw error


Anyone run into this before or have any suggestions?

Thanks,
Vip



More information about the rt-users mailing list