⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@Seb33300
Copy link
Contributor

@Seb33300 Seb33300 commented Feb 9, 2026

Fixes #7020 and #6379

Complementary to #7427

In order to fix this issue I had to :

  1. filter config: allow storing properties with dot: by default KeyValueStore convert keys with dot to array.
  2. in the form: automatically replace . by : because we can't use dot in input names

@javiereguiluz javiereguiluz added this to the 4.x milestone Feb 10, 2026
@javiereguiluz javiereguiluz merged commit 42359d5 into EasyCorp:4.x Feb 10, 2026
18 checks passed
@javiereguiluz
Copy link
Collaborator

Thanks Sébastien! This is now merged.

After merging, I did some minor changes:

  • 5edd0ab: fixed an issue in EntityRepository.php about the property name, updated a method in KeyValueStore.php and extract the : separator character into constant so if we change this in the future or have to use it in more place, we don't forget to udpdate the code in all the other places
  • 9477324 added a simple test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can not add a filter on on embedded field

2 participants