Problem/Motivation

I'd like to be able to collapse the 'permissions' fieldset in the taxonomy term.
I see that the code has in fact :
'#collapsible' => TRUE,
'#collapsed' => TRUE,
But this does not seem to work.

Proposed resolution

Using 'details' instead of 'fieldset' should resolve the problem.

Remaining tasks

Add a conf to collapse or not by default.

User interface changes

The UI permission will be collapsed by default.

API changes

CommentFileSizeAuthor
#2 2976064-1_fieldset_not_collapsible.patch554 bytesGPZ
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GPZ created an issue. See original summary.

GPZ’s picture

Peter Majmesku’s picture

Status: Active » Fixed

Thanks for your contribution! The fix is part of the latest version 8.x-1.54 release.

Please feel free to re-open this issue, if you have any objections. Do not forget the issue status update.

Peter Majmesku’s picture

Status: Fixed » Closed (fixed)