- πΊπΈUnited States drupgirl
same for d10.3.2
+1 for resolution made to conditional fields. Patch from #2 π Notice: Undefined offset: 0 in /Field/FieldWidget/FileWidget.php on line 195 Closed: works as designed resolves the issues.
- π«π·France webmestre
On D10.4.2 / php 8.3.16 with 4.0.0-alpha6 module version, get such error messages:
- Warning: Undefined array key 0 in Drupal\file\Plugin\Field\FieldWidget\FileWidget->formMultipleElements() (line 199 of core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php).
- Warning: Trying to access array offset on null in Drupal\file\Plugin\Field\FieldWidget\FileWidget->formMultipleElements() (line 199 of core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php).
- Warning: Undefined array key 0 in Drupal\image\Plugin\Field\FieldWidget\ImageWidget->formMultipleElements() (line 121 of core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php).
- Warning: Trying to access array offset on null in Drupal\image\Plugin\Field\FieldWidget\ImageWidget->formMultipleElements() (line 121 of core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php).
When the dependee is a multivalue taxonomy field.
On D11, that works fine in the same situation.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
The issue referred-to in #12 and #16 is closed (works as designed). The closing comment says that the problem should be fixed in this issue.