[Rt-devel] Patches for RT-3.5.3
Jeff Voskamp
jeff at voskamp.ca
Wed Sep 7 10:36:55 EDT 2005
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&></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"),
More information about the Rt-devel
mailing list