Problem/Motivation

The Taxonomy module by default provides a Description field for taxonomy terms. Its label and help text cannot be changed in the UI. The field can be placed (and disabled) on the Manage form display page, but it cannot be removed.

In use cases where for example the description should only be a shorter plain text field, or where a different label or a different help text is required, the site builder needs to add their own text field in addition and then hide the Description field from the form and the display.

For other entities (for the default Article content type), a default Body field is provided but can be removed on the Manage fields page.

Proposed resolution

Expose the Description field on the Manage fields page, similar to the Body field of a content type.

Remaining tasks

User interface changes

This is a UI change.

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ifrik created an issue. See original summary.

pashupathi nath gajawada’s picture

Assigned: Unassigned » pashupathi nath gajawada

I am looking into this issue.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

ifrik’s picture

Assigned: pashupathi nath gajawada » Unassigned

pashupathi nath gajawada, I unassigned you, so somebody else can pick up the issue.

marvin_B8’s picture

Assigned: Unassigned » marvin_B8
marvin_B8’s picture

Status: Active » Needs review
FileSize
6.03 KB

i'm not sure why it’s implemented as a entity basefield and not as a normal field.
Maybe it exist some reason for that, but i don’t know.

The code is only a example implementation.

Status: Needs review » Needs work

The last submitted patch, 6: 2751013-6.patch, failed testing.

marvin_B8’s picture

Issue tags: -Usability +Usability Dublin2016
marvin_B8’s picture

Issue tags: -Usability Dublin2016 +Usability, +Dublin2016
ifrik’s picture

Thanks marvin_BB for putting the usability tag back again after removing it. In general tags should not be removed because they are used for more then just displaying them one the single issue page.

The "usability" tag for example is used to display open issues on http://drupalux.org - and of course we want people to find UX issues after the a specific sprint as well.

dawehner’s picture

I doubt we can really do that. Doens't this changes the underlying table structure? It used to be a base field and no longer is.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Berdir’s picture

Status: Needs work » Closed (duplicate)

#569434: Remove taxonomy term description field; provide description field for forum taxonomy is an old existing issue that wanted to do this but we didn't manage for 8.x and I'm not sure how to do this for 9.x now as we can't break BC.

Closing as duplicate.

mpp’s picture