- Issue created by @durum
- Status changed to Needs review
11 months ago 9:50pm 21 December 2023 - πΉπ·Turkey durum
A very unhandsome workaround would be as attached. Please review or suggest. Thank you.
- πΉπ·Turkey durum
The patch from the former comment somehow stopped working. So, this gets even dirtier.
- πΊπΈUnited States michellezeedru
I tried the patch in #3, which would populate date fields. But all other EPP fields/parameters stopped working. Removing the patch, the other EPP fields started populating correctly again.
I also had an odd issue with timezone, which may be unrelated to the patch. The time in the URL populated a time in my field that was 16 hours behind, which wasn't UTC or anything standard - appears to match up with China Standard Time. I.e. to get a PST time of 1/1/2024 08:30am to populate in the field, I had to enter a URL parameter of 2024-01-02T00:30.
- πΉπ·Turkey durum
It is very likely that the patch would make stop working your specific configuration, as it is only checking for format for a specific configuration. To get your project working, your projects configuration should be considered and a specific if check should be made.
A good solution would be putting some effort to make it Drupal-way so that the type check is generic.