[rt-devel] Problem with entering updates]

Mark Vevers mark at ifl.net
Thu May 17 12:30:11 EDT 2001


You've fixed the reply, but not the comment - due to the fact
you missed a change from ARGS to ARGSRef in the comments bit.

Heres the patch:

Index: Web.pm
===================================================================
RCS file: /raid/cvsroot/rt/lib/RT/Interface/Attic/Web.pm,v
retrieving revision 1.1.2.53
diff -r1.1.2.53 Web.pm
124c124
<       if ($args{ARGS}->{'UpdateType'} =~ /^(private|public)$/) {
---
 >       if ($args{ARGSRef}->{'UpdateType'} =~ /^(private|public)$/) {

Cheers
Mark
Jesse wrote:

> did you restart apache?  I've definitely got it working here.
> 
> 
> On Thu, May 17, 2001 at 12:04:49PM +0100, Mark Vevers wrote:
> 
>> 
>> Jesse wrote:
>> 
>>> Try the latest stuff in CVS. there were a couple small misses
>>> in some refactoring I did.
>>> 
>>>         -j
>>> 
>> Nope, still not working from a clean install.
>> 
>> When you click update it just ignores the changes, but still calls 
>> display.html
>> 
>> Cheers
>> Mark
>> 
>> -- 
>> Mark Vevers.    mark at ifl.net / mvevers at rm.com
>> Internet Backbone Engineering Team
>> Internet for Learning, Research Machines Plc
>> Tel: +44 1235 823380,   Fax: +44 1235 823424
>> 
>> 

-- 
Mark Vevers.    mark at ifl.net / mvevers at rm.com
Internet Backbone Engineering Team
Internet for Learning, Research Machines Plc
Tel: +44 1235 823380,   Fax: +44 1235 823424





More information about the Rt-devel mailing list