Problem/Motivation

It does not appear to be possible to place field groups on the User entity form.

Steps to reproduce

Enable the module.
Go to the user entity form display settings page (admin/structure/types/manage/article/form-display).

Proposed resolution

Fix the bug that prevents the Field Group functionality from working on the User form settings.

Remaining tasks

Fix the bug.

User interface changes

It will be possible to position fields inside a field group on the User entity form settings.

API changes

TBD

Data model changes

TBD

Comments

DamienMcKenna created an issue. See original summary.

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm, works fine here. What exactly doesn't work?

damienmckenna’s picture

StatusFileSize
new105.86 KB
new113.06 KB

I don't see the "+ Add field group" button:

Article content type form display settings:
Article content type form display settings

User form display settings:
Article content type form display settings

FWIW this is on a Drupal 10 site, if that makes any difference.

swentel’s picture

wow, that's weird, is that D10, or D9 with claro?

- update - to fast :)

Ok so D10 beta2, or head?

damienmckenna’s picture

FYI I manually loaded /admin/config/people/accounts/form-display/add-group, the form loaded and I was able to add a group that then did show up on the form display page, so the problem may be limited to how the "+ Add field group" button is added.

damienmckenna’s picture

10.0.0-beta2.

swentel’s picture

Status: Postponed (maintainer needs more info) » Active

Funky. Well, it's added by FieldGroupLocalAction.php which hasn't changed since 2019 hehe.

This is weird. On head, I definitely see it, so not sure if there's something weird on beta2 with claro.
Checking the core queue now just in case because I can't really think of anything right now.

swentel’s picture

Just wondering, could you check with with an inspector or view source if the block-claro-local-actions block is rendered?

damienmckenna’s picture

Status: Active » Postponed

No, it isn't.

And I confirmed that the link does display on a local copy of the current 10.0.x, so let's wait for the next core release to see if the bug resolves itself.

damienmckenna’s picture

Status: Postponed » Closed (works as designed)

I rebuilt the site's cache and the link is visible now. Go figure.