Problem/Motivation

Show machine name and description in "Manage extra fields" table (in the tab), e.g. /admin/structure/types/manage/XXXXXX/extra-fields

This is useful to see details early and if you're using the machine name in code then.

The machine name could be displayed <small> below the title and the description as last column before the actions.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

anybody created an issue. See original summary.

aayushpathak made their first commit to this issue’s fork.

aayushpathak’s picture

working on it !

aayushpathak’s picture

Assigned: grevil » Unassigned
Status: Active » Needs review

anybody changed the visibility of the branch 3575514-show-machine-name to hidden.

anybody’s picture

Unrelated fixes are okay to me in this case, thanks. Detailed review and test to be done.

grevil’s picture

Status: Needs review » Needs work

Unrelated fixes are okay to me in this case

Not if they completely whipe unrelated function documentation and rename random variables.

anjuelsaphilip2020’s picture

StatusFileSize
new43.09 KB
new35.49 KB

Hi, I’ve verified and tested MR !42 and successfully applied the patch on version 2.1.x-dev.The changes are working as expected.
Following steps I followed:

  1. Go to Structure → Content types → Article → Manage extra fields.
  2. Create a new extra field.
  3. Save the extra field.
  4. Observe the Manage extra fields table

Testing Result:
After applying the patch, the Manage extra fields table now displays the machine name below the field label and the description in its own dedicated column.
Attaching screenshots for reference.
Thanks

aayushpathak’s picture

Status: Needs work » Needs review

Updated the MR to include only the required changes.
The machine name is now displayed below the label and the description is added as a dedicated column before operations.

anybody’s picture

Update: Let's do it like in /admin/structure/types/manage/page/display and place the machine name into a dedicated (second) column "Machine name" instead of the combined field.

anybody’s picture

Assigned: grevil » Unassigned
Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • anybody committed 34005e72 on 2.1.x
    feat: #3575514:Show machine name and description - moved "Display Type"...
aayushpathak’s picture

Hi,

I noticed the issue has been marked as fixed. Could we please add and distribute the contribution credits for this issue?

Thanks!

anybody’s picture

Thanks @aayushpathak this was indeed forgotten entirely (by me) ;) Sorry, thanks for the reminder!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.