- Issue created by @rsych
- Merge request !37Issue #3396241: Can't create an entity after all its fields decryption and module removal β (Open) created by rsych
- last update
about 1 year ago 36 pass - Status changed to Needs review
about 1 year ago 7:30am 24 October 2023 - πΊπ¦Ukraine rsych
I tried to remove some field_storage_definitions related to the field_encrypt module in the key_value table (during module uninstallation). After that, I was able to create new users.
I created a Merge request with my changes. - last update
about 1 year ago 36 pass - Issue was unassigned.
- Status changed to Needs work
5 months ago 11:14am 19 June 2024 - πΊπ¦Ukraine _tarik_ Lutsk
@rsych thanks for your patch, it works fine for me, however, it seems to me that we can provide some code changes.
- First commit to issue fork.
- Status changed to Needs review
4 months ago 2:08pm 8 July 2024 - πΊπ¦Ukraine taraskorpach Lutsk
It's been 2 weeks with no response, so I think I can contribute. Needs to be reviewed now.
- Status changed to RTBC
4 months ago 3:27pm 8 July 2024 - πΊπ¦Ukraine _tarik_ Lutsk
Looks much better now. Thanks @taraskorpach!
I don't see any other problems problems.Leaving at RTBC.
- First commit to issue fork.
- π―π΅Japan ptmkenny
Updating the target to 3.2.x as that is now the active dev branch. It is important to fix this but we need a test to confirm the behavior.
- π―π΅Japan ptmkenny
I created a new MR for 3.2.x and tried to add a test.
However, I'm having trouble replicating the behavior described in the issue in the test; the test passes even without the change to the uninstall function, so the test does not currently work.
Also, π After Setting the Fields to encrypt the Form Breaks Active needs to get in or
$this->setFieldStorageSettings(FALSE)
will crash.