[rt-devel] Extending rt3
Jonas Lincoln
lincoln at unit.liu.se
Tue Jun 17 10:28:25 EDT 2003
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
More information about the Rt-devel
mailing list