|
From: Sinang, D. <D.S...@sp...> - 2006-04-28 03:34:53
|
Please disregard my previous question. What I really meant was ... =20 How do I make each workitem / job remember additional info ?=20 =20 For example, aside from a title, id, comments, and actor, I also want to track the jobnumber and date due. =20 From what I see in the instance.py , it looks like I only need to add parameters to the __init__ and addInstance methods, and add some lines like : =20 self.jobname =3D jobname self.dateDue =3D dateDue =20 Is this correct ? ________________________________ From: ope...@li... [mailto:ope...@li...] On Behalf Of Sinang, Danny Sent: Friday, April 28, 2006 10:49 AM To: ope...@li... Subject: [Openflow-dev] Adding columns Dear All, =20 I'd like to add columns to my OpenFlow Catalog. =20 Do I need to edit /ZOPE/Products/OpenFlow/openflow.py or can I just add them via the Metadata page on the ZMI ? =20 - Danny =20 =20 |