Issue #3512254: Removed the #type fieldgroup declarations from SiteConfigureForm.php.
1 unresolved thread
Closes #3512254
Merge request reports
Activity
added 8 commits
-
d6a8c639...967135a7 - 7 commits from branch
project:11.x
- 1401463f - Merge branch drupal:11.x into 3512254-deprecate-type-fieldgroup
-
d6a8c639...967135a7 - 7 commits from branch
added 1 commit
added 16 commits
-
0d0d0ef6...42b3b113 - 15 commits from branch
project:11.x
- 472ed90d - Merge branch drupal:11.x into 3512254-deprecate-type-fieldgroup
-
0d0d0ef6...42b3b113 - 15 commits from branch
added 7 commits
-
472ed90d...5da58a21 - 6 commits from branch
project:11.x
- e7b3f802 - Merge branch drupal:11.x into 3512254-deprecate-type-fieldgroup
-
472ed90d...5da58a21 - 6 commits from branch
added 1 commit
- 327a6d55 - Issue: #3512254: Reverted the changes and added the @deprecated comments.
added 22 commits
-
327a6d55...5da58a21 - 21 commits from branch
project:11.x
- d8f06ec8 - Merge branch drupal:11.x into 3512254-deprecate-type-fieldgroup
-
327a6d55...5da58a21 - 21 commits from branch
added 1 commit
113 113 // work during installation. 114 114 $form['#attached']['drupalSettings']['copyFieldValue']['edit-site-mail'] = ['edit-account-mail']; 115 115 116 // @deprecated The #type 'fieldgroup' is deprecated in drupal:11.2.0 and is 117 // removed from drupal:12.0.0. 118 // @todo Use #type 'fieldset' and add fieldgroup as class attribute instead. The original change here was correct - to actually change the type in the form.
The deprecation that needs to be added is to
Drupal\Core\Render\Element\Fieldgroup
- probably in a constructor.Additionally, the places that used to use #type 'fieldgroup' will now need to add the 'core/drupal.fieldgroup/library' - e.g. just this form.
changed this line in version 9 of the diff
added 1 commit
Please register or sign in to reply