- π¨π¦Canada phjou Vancouver π¨π¦ πͺπΊ
The patch #36 works for me as well
- First commit to issue fork.
- @urvashi_vora opened merge request.
- πΊπΈUnited States DamienMcKenna NH, USA
Minor nitpick:
- // Return original values. - return $values; + return null;
This should be:
return NULL;
- πͺπΈSpain Carlitus
ΒΏIt's posible a relese with this patch?
There are any blockers?
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 9:09pm 28 March 2023 - Status changed to Fixed
over 1 year ago 7:02am 31 March 2023 - πΊπΈUnited States JCL324 Portland, OR
So this patch worked for me yesterday on 2.0.0-rc3. Noticed today rc4 is released, so updated it. Now my field with this widget doesn't even show! Completely blank. I did remove the patch since it's now included. Guess there's a new bug now?
- πΊπΈUnited States komlenic
@JCL324 I believe this issue is related: π Field display missing after update to 2.0.0-rc4 (require PHP 8) Needs review
Is your project using PHP 7? If so, updating to PHP 8 seems likely to resolve your issue.
- πΊπΈUnited States JCL324 Portland, OR
@komlenic thanks for pointing this out to me! We are in fact still on PHP7.4, working through the upgrade plan to 8.1/8.2 now. Yes it should have a PHP dependency like gangu mentioned. I'll revisit this in a couple weeks to see if there's a newer release. But rc3 + patch is just fine for now.
- πΉπThailand Nick Hope
For what it's worth, this also affected me. I am on PHP7.4.23 and D9.5. RC4 made my SHS fields disappear. I rolled back to RC3 (by changing "^2.0@rc" to "2.0.0-rc3" in my composer.json) and added patch #36 back. I'll comment on the specific issue π Field display missing after update to 2.0.0-rc4 (require PHP 8) Needs review .