[rt-devel] Extending rt3
Jesse Vincent
jesse at bestpractical.com
Tue Jun 17 12:26:06 EDT 2003
Why not use a custom field?
On Tue, Jun 17, 2003 at 04:28:25PM +0200, Jonas Lincoln wrote:
> I want to extend rt3-Tickets with a property "Interesting", bit.
>
> Is the correct way to do it to
> a) alter table Tickets ...
> b) create Ticket_Local.pm, which overloads methods
> Create
> Interesting => '1',
> ...
> Interesting => $args{'Interesting'},
> _Classaccessible
> Interesting => {read => 1, write => 1, type =>
> 'smallint(6)', default => '1'},
> c) Add a LimitInteresting to Tickets_Local.pm et al.
>
> Anything more I should look out for?
>
> /Jonas
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
>
--
http://www.bestpractical.com/rt -- Trouble Ticketing. Free.
More information about the Rt-devel
mailing list