[rt-users] rt 2-1-70 cannot edit global templates

darren chamberlain darren at boston.com
Fri Feb 14 11:42:58 EST 2003


* Peter Burkholder <peterb at ucar.edu> [2003-02-14 11:38]:
> I'm finding that in rt-2-1-70 that I can create new global templates, but if
> I try to modify either the original global templates or my new ones, I get
> the message (in RED):
>    RT Error
>    No Template

John Sloan posted a patch for this a few days ago:

*** Template.html.orig  2003-02-09 06:32:05.000000000 +0000
--- Template.html       2003-02-13 15:09:30.000000000 +0000
***************
*** 35,41 ****
  %if ($Create ) {
  <INPUT TYPE=HIDDEN NAME="Template" VALUE="new">
  % } else {
! <INPUT TYPE=HIDDEN NAME=template VALUE="<%$TemplateObj->Id%>">
  % }

  %# hang onto the queue id
--- 35,41 ----
  %if ($Create ) {
  <INPUT TYPE=HIDDEN NAME="Template" VALUE="new">
  % } else {
! <INPUT TYPE=HIDDEN NAME="Template" VALUE="<%$TemplateObj->Id%>">
  % }

  %# hang onto the queue id

(darren)

--
I have discovered that all human evil comes from this, man's being
unable to sit still in a room.
    -- Blaise Pascal



More information about the rt-users mailing list