[Rt-devel] Patches for RT-3.5.3
Jesse Vincent
jesse at bestpractical.com
Mon Sep 12 09:09:20 EDT 2005
On Wed, Sep 07, 2005 at 10:36:55AM -0400, Jeff Voskamp 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.
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 ;)
>
> 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&></td>
> > </TR>
> >
> > <TR>
> 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 at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
--
More information about the Rt-devel
mailing list