Hello,
This is my first time to write in this block, so please forgive me if
I will do this in the wrong format. I promise, I will do it the next
time in the correct way.
I' m implementing at the moment a plug-in to add additional budgeting
Information per Ticket. So I inject
An extra table with the stream filer into ticket.html. Onload of
newticket or ticket.html I'm changing the
Stream to provide my additional fields. If it's an already existing
ticket, I try to read from my own table in the existing db schema.
To the point, it works. It's not beauty, but it works at first.
Now I'm at the point to store the additional fields (separated in a
div -block with a definite id) in my own db table (postgres). I want
to point out, that I just insert some fields in the stream to the
existing "form-object". I am not using custom_ticket because I'm
wanted to add a variable amount of fields, typically more than 30
fields.
I'm tried to access the fields, with the natural ticket-system
actually don't know, by the defined methods
def pre_process_request(self, req, handler):
def post_process_request(self, req, template, data, content_type):
def ticket_created(self,ticket):
def ticket_changed(self,ticket, comment, author, old_values):
def ticket_deleted(self,ticket):
But after a few hours, I'm still standing at the same frustrating
point. My Fields are not there.
So finally my question. How would it be possible, to access this
addional fields from the ticket.html post request with i addet by
using the streamfiler and the transformer.
I hope someone could help me, or give me some hints how i could
continue trying.
Thanks for help
Best regards from Munich
rads
Ps. What I'm doing wrong, that it isn't possible to me posting
messages to the IRC-channel?
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en.