EasyCorp / EasyCorp/EasyAdminBundle
BooleanField suddenly reversed
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4.3k
- Forks
- 1.1k
- Avg merge
- 8d 2h
- Merged PRs (30d)
- 11
Description
In the detail page of an entity within a CrudController, the booleanField is suddenly reversed since the update.
To Reproduce
I updated easycorp/easyadmin-bundle from (v4.7.7 => v4.8.4)
Make an CrudController for an entity and create a booleanField (Active for example).
Create the entity so its shown on the indexpage. Go to the detail page of the entity.
(OPTIONAL) Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the BooleanField behavior in a CrudController after upgrading EasyAdminBundle from v4.7.7 to v4.8.4, comparing the index and detail pages. Trace the detail-page rendering entry point and verify that the displayed boolean value matches the entity value and the index-page display.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100