Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cf on transactions querybuilder #325

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from

Commits on Apr 14, 2022

  1. Properly select transactions customfields

    $CustomFields->LimitToQueue hardcode a LookupType of
    'RT::Queue-RT::Ticket' which later get ORed with
    RT::Queue-RT::Ticket-RT::Transaction LookupType and list ticket
    customfields instead of transaction customfields.
    Emmanuel Lacour committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0f26645 View commit details
    Browse the repository at this point in the history
  2. Allow to display ticket customfields in transactions results

    Emmanuel Lacour committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1060f26 View commit details
    Browse the repository at this point in the history