Kernel::WebApp::Controller::API::Role::HandlesOTRSDynamicFieldAttachmentProcessFormSchema

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSDynamicFieldAttachmentProcessFormSchema – Adds special functionality to the article create and process.

PUBLIC INTERFACE

Just consume this role to add functionality to the article create and ticket process screen for the OTRSDynamicFieldAttachment package.

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

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

Scroll to Top