Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerTicketActionLink

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerTicketActionLink

Adds special functionality to the ticket link action.

PUBLIC INTERFACE

Just consume this role to add functionality to the ticket link action module.

    with qw(
        Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerTicketActionLink
    )

It modifies the ticket link action module with an additional filter for the customer id if needed.

Scroll to Top