symfony - Sonata Admin - Boolean editable not working after update -


The Sonula admin bundle for Boolean edition Dev-Master from the list is no longer working. I can not click on the field

Here is my admin class

  Protected functions configured LstField (ListMapper $ listMapper) {$ listMapper - & gt; Add ('Highlight', 'Boolean', ["Editable" => True]); }   

Here's my musician. "Sonata-project / core-bundle": "dev-master", "sonata-project / block-bundle": "god-master", "sonata-project / exporter" "Sonata-Project / Cache-Bundle": "God-Master", "Sonata-Project / India-Bundle": "Sonata-project / jquery-bundle": "God-Master", "Sonata-Project / Cash-Bundle": " God-Master "," Sonata-Project / Admin-bundle ":" Dev-Master "," Sonata-Project / Principle- orm-admin-bundle ":" Dev-master "

My question is: Is this a bundle version problem? Is not the version now supported from the list based on the latest version of the Sonata Admin bundle? Or am I doing this wrong?

Thank you for your help

I had the same problem, with boolean No, but with Sonata_type_model_list type it is not working with Dev-Master then I will return the principle-ORM-Admin-bundle to the latest stable version and now it works.

The solution can be (if you are using theory / or 2.3)

  "sonata-project / theory- orm-admin-bundle": "2.2 . * ",   

If you are using the theory / orm 2.4

 " sonata -project / doctrine-orm-admin-bundle ": "2.3. *",    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -