Problem with entering updates]

Jesse wrote:

did you restart apache? I’ve definitely got it working here.

Only about 15 times so far today!!! :wink:
I’ve even deleted the whole rt2 running copy and rt CVS
tree and pulled and installed a completely fresh copy.

It almost looks like ProcessUpdateMessage is just not seeing
the UpdateMessage in ARGRef at all.

Hmmmmmmm
Mark

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

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.

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@ifl.net / mvevers@rm.com
Internet Backbone Engineering Team
Internet for Learning, Research Machines Plc
Tel: +44 1235 823380, Fax: +44 1235 823424

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