Problem/Motivation
Most of the plugins have this as their class docblock first line:
> * Tracks usage of entities related in entity_reference fields.
This is incorrect for all except the actual EntityReference plugin!
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | entity-usage-update-plugin-class-docblock-3228479-3.patch | 1.05 KB | hardikpandya |
Issue fork entity_usage-3228479
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
marcoscanoThanks for spotting it and opening the issue! I'll leave this open to give new devs opportunity to get familiar with contributing.
If we have no patches in a reasonable time, I'll fix the docblocks by then :)
Thanks!
Comment #3
hardikpandya commentedAdded the patch.
Comment #4
marcoscanoThank you @hardikpandya ! Would you mind creating a Merge Request for this change? Here is some documentation about how to do it:
https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa...
Thanks!
Comment #7
anwar_maxI have created a merge request as per your request @marcoscano.
I have given the commit authorship to @hardikpandya
Thank you @naveenvalecha for showing me how issue forks worked on d.o.
Comment #9
marcoscanoThanks everyone!