- Issue created by @fishfree
- First commit to issue fork.
- Merge request !28Issue #3448393: Cannot see fields of which machine names are not started with "field_" β (Merged) created by eleonel
- Status changed to Needs review
8 months ago 6:19am 23 May 2024 - π―π΅Japan eleonel Itoshima π―π΅
Good finding, please check if the MR that I pushed solves your issue, you could use it as a patch: https://git.drupalcode.org/project/augmentor/-/merge_requests/28.patch
- πΊπΈUnited States j-barnes
@eleonel - Tried giving this patch a go, but I am getting the below error in regards to a null "allowed_fields" variable.
Steps to reproduce:
- Add a new Augmentor Field to a content type.
- Go to manage form display and see error.
TypeError: Drupal\augmentor\AugmentorManager::isAugmentorValidTarget(): Argument #2 ($allowed_fields) must be of type array, null given, called in /var/www/html/docroot/modules/contrib/augmentor/src/Plugin/Field/FieldWidget/AugmentorBaseWidget.php on line 194 in Drupal\augmentor\AugmentorManager->isAugmentorValidTarget() (line 198 of modules/contrib/augmentor/src/AugmentorManager.php). Drupal\augmentor\Plugin\Field\FieldWidget\AugmentorBaseWidget->settingsForm(Array, Object) (Line: 450) Drupal\field_ui\Form\EntityDisplayFormBase->buildFieldRow(Object, Array, Object) (Line: 40) Drupal\field_ui\Form\EntityFormDisplayEditForm->buildFieldRow(Object, Array, Object) (Line: 213) Drupal\field_ui\Form\EntityDisplayFormBase->form(Array, Object) (Line: 107) Drupal\Core\Entity\EntityForm->buildForm(Array, Object) call_user_func_array(Array, Array) (Line: 536)
- Status changed to Needs work
8 months ago 9:53pm 10 June 2024 - Status changed to Needs review
5 months ago 11:47pm 29 August 2024 -
eleonel β
committed e589c640 on 1.2.x
Issue #3448393: Cannot see fields of which machine names are not started...
-
eleonel β
committed e589c640 on 1.2.x
Automatically closed - issue fixed for 2 weeks with no activity.