Problem/Motivation

If you go to the admin/structure/taxonomy_manager/voc page under the Vocabularies list you will see the list of vocabularies machine names when the vocabularies label names should by displayed.

Proposed resolution

Show the vocabularies label instead of the vocabulary machine name.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wtchan created an issue. See original summary.

kalinchernev’s picture

@wtchan could you please include additional information such as screenshot and steps to reproduce?

wtchan’s picture

It was Taxonomy Manager, not Taxonomy. Sorry

adriancid’s picture

Title: Wrong Vocabulary Display » The vocabulary machine name is shown instead of vocabulary label
Category: Bug report » Task

I updated the description with more information.

adriancid’s picture

Issue summary: View changes
adriancid’s picture

Status: Active » Needs review
Issue tags: +Novice
FileSize
698 bytes

Adding a working patch

JacobSanford’s picture

Thanks for contribution!

This wasn't in RTBC, so I didn't see it before committing #2820694: Display Vocabulary name instead of Vocabulary machine name in overview. Using label() is much tidier here.

I'm going to reroll the patch and apply your improvement compared to the direct $vocabulary->get('name') call.

JacobSanford’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
705 bytes

Reroll!

JacobSanford’s picture

Status: Reviewed & tested by the community » Fixed
adriancid’s picture

Hi @JacobSanford I see that you're the new maintainer, I made a request long time ago to help with this module too. Can you help me with this?

JacobSanford’s picture

Hi @adriancid!

Unfortunately I cannot. I offered to help @mh86 clean out the queue for 8.x - he would be the one to approve your request.

Status: Fixed » Closed (fixed)

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