OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform Error: Creating a simple CRUD !!

This topic contains 1 reply, has 1 voice, and was last updated by  msalmi.kais 6 years, 1 month ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #37106

    msalmi.kais
    Participant

    I followed this tutorial:
    https://oroinc.com/orocrm/doc/2.3/book/crud

    my problem is when displaying the detail of the entity (inventory.vehicle_view) i got his error :

    • Error: Unexpected content format
    • There was an error performing the requested operation. Please try again or contact us for assistance.

    prod.log

    VehicleController

    Template

    datagrids.yml

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #37107

    msalmi.kais
    Participant

    I found :
    just replace the return
    ‘vehicle’ => $ vehicle
    by
    ‘entity’ => $ vehicle

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform’ is closed to new topics and replies.

Back to top