Questions tagged [symfony2-easyadmin]

EasyAdmin is a Symfony bundle that lets you create administration backends for Symfony applications with unprecedented simplicity.

EasyAdmin lets you create administration backends for Symfony applications with unprecedented simplicity.

Features

  • CRUD operations on Doctrine entities (create, edit, list, delete).
  • Full-text search, pagination and column sorting.
  • Fully responsive design (smartphones, tablets and desktops).
  • Translated into tens of languages.
  • Fast, simple and smart where appropriate.

Useful links

130 questions
1
vote
0 answers

Symfony Easy Admin demo syntax error in core framework file

I was trying to configure Easy Admin demo app on my local environment. I followed the steps given in easy admin GitHub repo. However, when I am trying to access the demo app, I am getting this error. Since I haven't touched the file mentioned in…
Praveesh
  • 1,257
  • 1
  • 10
  • 23
1
vote
1 answer

How can i override easyAdminBundle Controller

I want to know how to override an EasyAdminBundle controller. Actually, I want to write some custom query from the database and I don't want to use dqlFilter. Following is my config.yml file. easy_admin: site_name: 'site mame .' …
shazz Abbasi
  • 94
  • 1
  • 11
1
vote
1 answer

EasyAdminBundle and VichUploaderBundle - Error: The expected argument of type"", "Symfony\Component\HttpFoundation\File\UploadedFile" given

I'm using EasyAdminBundle for entity management and to upload images I want to useVichUploaderBundle. Following the documentation configure the…
juanitourquiza
  • 2,097
  • 1
  • 30
  • 52
1
vote
0 answers

Symfony 3 and EasyAdminBundle: Form's text field don't work properly

I'm going to working in a Admin Backend to a WebPage with Symfony 2.2.8 and Javier Eguiluz's EasyAdminBundle 1.16.12 (last version). I installed the bundle following the instructions in GitHub page, and I have also created a couple of test entities…
1
vote
1 answer

How to filter Symfony easyadmin Menu per user?

I have a simple menu that looks like the following easy_admin: design: menu: - { entity: 'Entity2',icon: 'database' } - { entity: 'Entity3',icon: 'sitemap' } - { entity: 'Entity4',icon: 'window-restore'} - {…
Kareem Essawy
  • 565
  • 1
  • 4
  • 14
1
vote
1 answer

How to fill entity by uploading json file in symfony easyadmin bundle

i have an entity called User, and instead of filling the entity manually in easyadmin, i want to upload json file to fill the form automatically with available data,
Kareem Essawy
  • 565
  • 1
  • 4
  • 14
1
vote
0 answers

Symfony2 EasyAdmin exception in getting list view

I have an entity Sessions where the PK is also the FK referencing a User table. In the EasyAdmin list view page for Sessions, I'm getting a Symfony runtime exception (Twig_Error_Runtime): An exception has been thrown during the rendering of a…
Sagar Limaye
  • 49
  • 1
  • 12
1
vote
2 answers

EasyAdmin bundle did not display texts

I followed the guide step by step. But there are no page title, action names and etc. Result: result https://monosnap.com/file/PoLkvZzJFWnmhmJKZOlVMSrIgQgSty
1
vote
1 answer

Symfony Doctrine: One to Many relationship is deleting parent entity

I have parent and child entity. After all child entities are deleted, symfony delete my parent entity too. I don't like such behavior, parent entity must exist whenever there are some children or not. Here is my code for parent: /** *…
Anton Smatanik
  • 587
  • 1
  • 9
  • 25
1
vote
1 answer

Dynamic image list in Easy Admin Bundle

I wanna create dynamic image list, user should be able to add unlimited number of images. I'm using vich uploader extension. How to do it in some easy way?
1
vote
1 answer

Easy admin bundle modal dialog for custom action?

I'm working with Easy Admin Bundle for Symfony2. How can I use my own modal dialog with text input for the custom action in the list? Let's say custom action is called rename and after hitting button Rename in the list I wanna in modal dialog write…
Anton Smatanik
  • 587
  • 1
  • 9
  • 25
1
vote
1 answer

Symfony 3 easyadmin __toString() must not throw an exception

I'm using EasyAdmin Bundle. When I'm trying to add a new element in Entity named "Company" which have 'ManyToMany' relation with "Service" entity I'm getting an error: Error: Method AppBundle\Entity\Service::__toString() must not throw an…
AppleandPear
  • 51
  • 1
  • 11
1
vote
1 answer

Symfony 3.2 Easyadminbundle how to hide/remove default actions link

I was wondering if someone can tell me how to hide the action links from the list view base on a status column. More details: I have a list view in which shows a list of items, In this list I have column named status. For each record in this list in…
Juan Gonzales
  • 117
  • 3
  • 10
1
vote
1 answer

Symfony EasyAdmin - How to create custom field in form, displaying text informations

I am not sure, how to implement quite simple text field, into the configured form template. I have configured individual fields at yml file. But what if I want, in the middle of the form, some text formatted informations (fetching data from another…
František Heča
  • 386
  • 3
  • 16
1
vote
1 answer

override search form EasyAdminBundle

how to override search form for an entity in EasyAdminBundle? and the right way to override search action for this entity? thank's
1 2 3
8 9