Re: [rt-users] Queue Subject Tag

2010-03-15 Thread Raed El-Hames
Just got told of by Jesse for sending to both users/devel lists so apologies for the duplicate email. In case anyone interested I have solved the problem by adding: SubjectTag => { title => 'SubjectTag', # loc value => sub { return $_[0]->SubjectTag() }, }, to my $COL

[rt-users] Queue Subject Tag

2010-03-15 Thread Raed El-Hames
Hi; rt-3.8.7 When listing the queues in /Admin/Queues/index.html I would also like to include the SubjectTag , is this possible ?? Looking through the code and database it seems the queue subject tag is an Attribute entry with the Queue id and the Tag encrypted (hashed) within the Content field