- last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 4:33pm 13 May 2023 - šŗš¦Ukraine podarok Ukraine
git apply change-labels-buttons-naming-IEF-complex-3269087-4.patch error: inline_entity_form/inline_entity_form.module: No such file or directory error: inline_entity_form/src/Plugin/Field/FieldWidget/InlineEntityFormBase.php: No such file or directory error: inline_entity_form/src/Plugin/Field/FieldWidget/InlineEntityFormComplex.php: No such file or directory
needs reroll
- First commit to issue fork.
- @shivam_tiwari opened merge request.
- Status changed to Needs review
over 1 year ago 8:07am 16 May 2023 - Status changed to Fixed
over 1 year ago 9:20am 16 May 2023 - šÆš“Jordan Rajab Natshah Jordan
Facing issues with
"Add existing item"
or"Add existing node"
ā Automated unit/functional testing coverage@javascript @init @tools @local @development @staging Scenario: Add Test content N1, N2, N3 nodes to the Test Queue entityqueue Given I am a logged in user with the "webmaster" user When I go to "/admin/structure/entityqueue" And I wait Then I should see "Test Queue" When I click "Edit items" in the "Test Queue" row And I wait Then I should see "Edit subqueue Test Queue" When I press "Add existing item" Button with id|name|title|alt|value "Add existing item" not found.
"Configure simple text" was sat for "Choose config labels buttons" in "Widget settings: Inline entity form - Complex" for a selected field in an entity.
The following code has no conditions to switch between custom labels.
/** * Change text button by type of bundle. * * @param array $form * The complete parent form. * @param \Drupal\Core\Form\FormStateInterface $form_state * The form state of the parent form. */ function inline_entity_form_change_bundle_form(array $form, FormStateInterface $form_state) { $element = inline_entity_form_get_element($form, $form_state); $elements = $form_state->getTriggeringElement(); $element['actions']['ief_add']['#value'] = t('Add new @type', [ '@type' => $elements['#options'][$elements['#value']], ]); return $element; }
Any change of config is needed after the update? or this is an issue after the change?
- Status changed to Needs work
over 1 year ago 7:46am 26 May 2023 - šŗšøUnited States justcaldwell Austin, Texas
Before I found this issue, I created š Complex widget's "Add existing..." does not use label override Active , which I think accounts for what's happening in #14.