
Problem/Motivation
Currently, there is no option to display the entity's ID in the detailed field formatter. This feature would be beneficial for users who require the entity ID to be explicitly shown for reference or other purposes.
Steps to reproduce
- Navigate to detailed field formatter.
- Observe that there is no option to include the entity's ID in the displayed output.
Proposed resolution
- Add an "ID" column to the header, positioned before the entity field.
- Update the Usage.php service file to process the ID option and ensure it is included in the detailed field formatter output.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
Comment | File | Size | Author |
---|---|---|---|
#5 | 3497435-5.patch | 1.75 KB | mohammad-fayoumi |
Issue fork entity_usage_addons-3497435
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:
- 2.x
changes, plain diff MR !5
- 3497435-enhance-the-detailed
changes, plain diff MR !4
Comments
Comment #5
mohammad-fayoumiCreated a patch file to merge the current MR with the critical issue here Error: Call to a member function hasLinkTemplate() on null
Comment #6
mohammad-fayoumi