Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerFrontendCustomerTicketCreate

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerFrontendCustomerTicketCreate Adds special functionality to the ticket create.

PUBLIC INTERFACE

Just consume this role to add functionality to the ticket create screen for the OTRSCIsInCustomerFrontend package.

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

It modifies the action to add also the linked config items.

Scroll to Top