rt icon indicating copy to clipboard operation
rt copied to clipboard

Fix cf on transactions querybuilder

Open elacour opened this issue 3 years ago • 0 comments

Format fields wrongly list queue or global ticket customfields as available in transactions query builder. Results produces then empty fields.

So first, list every Transaction customfields (global and depending on TicketQueue filter if any) which will be processed as usual (CustomField.{foo} means transaction CF "foo".

Then add every ticket customfields (also global and depending on TicketQueue filter if any) as available field.They are displayed using the transaction->Object and the syntax TicketCustomFieldView.{...}.

elacour avatar Apr 14 '22 13:04 elacour