diamante/embeddedform-bundle

DiamanteDesk Embedded Form Bundle

2.0.3 2016-08-26 15:06 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:14:13 UTC


README

EmbeddedForm bundle extends OroEmbeddedFormBundle functionality. To create a ticket from a third party in DiamanteDesk it is required to add an additional form type and a controller.

For more information about the Embedded Form, please see Oro/Bundle/EmbeddedFormBundle/README.md.

Requirements

DiamanteDesk supports OroCRM version 1.8+.

Installation

Step 1: Add as dependency in composer:

composer require diamante/embeddedform-bundle:dev-master

Step 2: Execute the following command:

php app/console diamante:embeddedform:schema

Step 3: Install assets in a usual way through Symfony:

php app/console assets:install

Configuration

Diamante Embedded Form URL should not be covered by the standard Oro Platfrom authentication. You should add additional configuration to filewalls section in app/config/security.yml:

diamante_embedded_form:
    pattern:                        ^/embedded-form/submit-ticket
    provider:                       chain_provider
    anonymous:                      true

Contributing

We appreciate any effort to make DiamanteDesk functionality better; therefore, we welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to the DiamanteDesk guidelines for contributing if you wish to be a part of the project.