Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerFrontendTicketCreate

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerFrontendTicketCreate Adds special functionality to the ticket create and process.

PUBLIC INTERFACE

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

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

It modifies the form schema and field handling of a ticket create.

Scroll to Top