This is a roadmap meta issue for the next stable 2.x release.

I have been going through the issue queue and it looks like many issues duplicate each other (at least partially).
This is because the module wasn't ready or designed to work with the previous core version.

Here is the issue tracking by problem type.

Reported problems:

  1. Modifying field group layout:
  2. PHP errors/warnings:

Additional problems found:

  1. css classes applied incorrectly
  2. layout styles not loaded

Milestones

  1. [🟢] Do not allow regions to be moved outside of a parent group.
  2. [🟢] Allow changing layout.
  3. [🟢] Ensure that css classes work correctly and styles load correctly.

Legend:

  • 🟢 - implemented, needs testing
  • 🔴 - not implemented
  • ✅ - fixed, tested
  • 🕒 - in progress

Notes:
Be aware that if you install the layout_builder (LB) module and change the field group layout to use one of the layouts provided by LB and then uninstall it, you'll get WSOD.
To fix this you must either go to each layout group (/admin/structure/types/manage/[mycontenttype]/display/[group_test]/delete) and delete it,
or you can reinstall the LB module and change the field group layout to use a different one.

CommentFileSizeAuthor
#6 field_group_layout_2x.gif2.19 MBvlad.dancer
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

vlad.dancer created an issue. See original summary.

vlad.dancer’s picture

Issue summary: View changes
Status: Active » Needs review
vlad.dancer’s picture

Merge Request is welcome for testing.

vlad.dancer’s picture

StatusFileSize
new2.19 MB

Here is a short video of the fixes:

  • vlad.dancer committed 81400b69 on 2.0.x
    Issue #3454520, Issue #3389431 by Valentine94, vlad.dancer: make layout...

  • vlad.dancer committed 50105be0 on 2.0.x
    Issue #3454520: do not allow regions to be moved outside of a parent...

vlad.dancer’s picture

Version: 1.0.x-dev » 2.0.x-dev