- Issue created by @joachim
- Assigned to prabha1997
- Merge request !8384Issue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipe → (Open) created by prabha1997
- Issue was unassigned.
- Status changed to Needs review
6 months ago 8:10am 12 June 2024 - Status changed to Needs work
6 months ago 8:37am 12 June 2024 - 🇬🇧United Kingdom joachim
There's something wrong with your MR -- it's saying 1000+ changes!
Are you sure your branches are correct?
- First commit to issue fork.
- 🇵🇹Portugal dxvargas
I'm extremely confused with the MR that I see related with this issue. So many commits... why?
As I understand we simply need to add something like this to
lib/Drupal/Core/Entity/entity.api.php
:/** * Modify the list of available entity reference plugins. * * This hook may be used to modify plugin properties after they have been * specified by other modules. * * @param array $plugins * An array of all the existing plugin definitions, passed by reference. * * @see \Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager */ function hook_entity_reference_selection_alter(array &$plugins) { // Remove a plugin. unset($plugins['broken']); }
What am I missing?
- First commit to issue fork.
- Merge request !9634Document the hookhook_entity_reference_selection_alter. → (Open) created by Unnamed author
- 🇬🇧United Kingdom joachim
> I'm extremely confused with the MR that I see related with this issue. So many commits... why?
That can happen when the target branch set on the MR and the actual parent branch of the MR branch are not the same.
- 🇧🇪Belgium xdequinze Brussels
I was working on this issue with nhojivar7 at DrupalCon Barcelona contribution's day.