Questions tagged [easyadmin3]

83 questions
0
votes
1 answer

How can i get a value of another field within configureFields() of EasyAdmin 3 (Symfony)?

My application stores the prices of the orders like this: id|price_total|currency| --|-----------|--------| 1| 127.65|EUR | 2| 197.65|USD | 3| 294.95|EUR | I need to display this within EasyAdmin 3: #…
0
votes
3 answers

Why is AbstractDashboardController missing in my Symfony 5 project

I'm running a symfony 5.2 project. I choose to use EasyAdmin 3 for the Dashboard creation. I followed symfony documentation and typed the following command: composer require easycorp/easyadmin-bundle It created a DashboardController class which…
Zer0NimO
  • 23
  • 6
0
votes
1 answer

EasyAdmin 3 Symfony 5

How can I hide the button to create a comment of the page index? I dont need this button. thank you.
Juani08224
  • 41
  • 7
0
votes
1 answer

EasyAdmin 3 Translation Error, The Doctrine type of the "translations" field is "4", which is not supported by EasyAdmin yet

I am using symfony 5.2 and Easyadmin 3. I try to implement translation with A2Lix bundle in easyadmin at that time i got error like: The Doctrine type of the "translations" field is "4", which is not supported by EasyAdmin yet. I have checked with…
-1
votes
1 answer

How to register a default login user?

**Context: ** I have 2 associated entities, being "persona" and "ingreso". I tried to capture the logged in user and send it as a default variable in the form: TextField::new('person','Person') ->formatValue(function ($value) { …
-1
votes
1 answer

Embedding one-to-one relations in EasyAdmin / Symfony 5

I have two entities, Member, MemberGroup and Group. MemberGroup has Group, Member and Role in Group. The relationship between Member and MemberGroup is one-to-one. I want to embed the MemberGroup relationship in the MemberGroup where you can choose…
Masinde Muliro
  • 1,175
  • 3
  • 24
  • 38
-2
votes
1 answer

Symfony 5 / EasyAdmin 3 / exception when trying to turn filters on

Symfony 5.2.6 (env: dev, debug: true) PHP 7.4.9 (cli) (built: Aug 4 2020 11:52:41) ( ZTS Visual C++ 2017 x64 ) EasyAdmin 3.2.7 Simple user entity (using uuids) with manytomany relation to userRoles. Adding filters in adminUserCrudController public…
-2
votes
1 answer

EasyAdminBundle, configureUserMenu interface dont let me return

I have the given error: The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned an object of type EasyCorp\Bundle\EasyAdminBundle\Config\UserMenu. namespace App\Controller\User; use…
1 2 3 4 5
6