Patches for RT-3.5.3

Good morning.

After doing some playing around (*) with 3.5.3 I’ve run into a few problems.
Here are the patches that fix them for me.

Jeff Voskamp

  • I’m using 3.5.3 at home as a testbed for the system at work. Makes a great
    ToDo list.
  1. Removes a duplicate “Owner” field in EditBasics
    Causes a “no such user” when editing.
  2. Removes a duplicate “Reminders” in ShowSummary
    Causes duplicate reminders when creating a new one
    • second one has '0" as the subject.
  3. Fixes a reference to Widget/TitleBox in Reminders.html

diff -r local/html/Ticket/Elements/EditBasics share/html/Ticket/Elements/EditBasics
66a67,72

  <td class="label"><&|/l&>Owner</&>:</td>
  <td class="value">

<& /Elements/SelectOwner, Name => ‘Owner’, QueueObj => $TicketObj->QueueObj, TicketObj => $TicketObj, Default => $TicketObj->OwnerObj->Id, DefaultValue => 0&>

diff -r local/html/Ticket/Elements/ShowSummary share/html/Ticket/Elements/ShowSummary
68a69,77

<&|/Elements/TitleBox, title => loc("Reminders"),
  title_href =>"$RT::WebPath/Ticket/Reminders.html?id=".$Ticket->Id, 
  title_class=> 'inverse',  
   color => "#666699" &>
        <form action="<%$RT::WebPath%>/Ticket/Display.html" method="post">
<& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 0 &>
    <div align="right"><input type="submit" value="Save" /></div>
    </form>
</&>

diff -r local/html/Ticket/Reminders.html share/html/Ticket/Reminders.html
52c52
< <&|/Widgets/TitleBox, title => loc(“Reminders”),

Please, submit uniform patches(diff -u)On 9/7/05, Jeff Voskamp jeff@voskamp.ca wrote:

Good morning.

After doing some playing around (*) with 3.5.3 I’ve run into a few problems.
Here are the patches that fix them for me.

Jeff Voskamp

  • I’m using 3.5.3 at home as a testbed for the system at work. Makes a great
    ToDo list.
  1. Removes a duplicate “Owner” field in EditBasics
    Causes a “no such user” when editing.
  2. Removes a duplicate “Reminders” in ShowSummary
    Causes duplicate reminders when creating a new one
    • second one has '0" as the subject.
  3. Fixes a reference to Widget/TitleBox in Reminders.html

diff -r local/html/Ticket/Elements/EditBasics share/html/Ticket/Elements/EditBasics
66a67,72

  <td class="label"><&|/l&>Owner</&>:</td>
  <td class="value">

<& /Elements/SelectOwner, Name => ‘Owner’, QueueObj => $TicketObj->QueueObj, TicketObj => $TicketObj, Default => $TicketObj->OwnerObj->Id, DefaultValue => 0&>

diff -r local/html/Ticket/Elements/ShowSummary share/html/Ticket/Elements/ShowSummary
68a69,77

    <&|/Elements/TitleBox, title => loc("Reminders"),
          title_href =>"$RT::WebPath/Ticket/Reminders.html?id=".$Ticket->Id,
          title_class=> 'inverse',
           color => "#666699" &>
        <form action="<%$RT::WebPath%>/Ticket/Display.html" method="post">
    <& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 0 &>
    <div align="right"><input type="submit" value="Save" /></div>
    </form>
    </&>

diff -r local/html/Ticket/Reminders.html share/html/Ticket/Reminders.html
52c52
< <&|/Widgets/TitleBox, title => loc(“Reminders”),

<&|/Elements/TitleBox, title => loc(“Reminders”),


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives

Best regards, Ruslan.

Good morning.

After doing some playing around (*) with 3.5.3 I’ve run into a few problems.
Here are the patches that fix them for me.

Thanks! Applied. (I’ve just returned from my first “real” vacation in
about 4 years. I’ve got a couple weeks of stuff to dig out from under :wink: