The group module v2.2 is what I'm using for Drupal site. I updated the module to version 3.3 by following the instructions. - https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-module-documentation/group/group-v2v3-guides/upgrading-from-v2-to-v3 โ
To complete the upgrade, I took the following actions -
- update from v2.2 to v3.3 first, as an issue will occur if I go to v2.3 and then try to update to v3.3.
- updated the database.
- Exported the config.
- At last run config import.
Now that group v3.3 is installed on my site, but there is a problem. When I click on Extend > Uninstall, this error message appears -
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "group_content_type" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 142 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Where will I find this entity? I don't understand. Could someone please help me to resolve this.
I was able to fix this issue by adding one line of css.
#toolbar-item-administration-tray.toolbar-tray-horizontal {
height: 40px;
}
I had tried #2 patch provided by @Chris Matthews. Not working for me. Attaching new patch. Please review.
Added last method in Drupal/Core/TypedData/Plugin/DataType/ItemList.php, Please review.
Rohit Sankhla โ made their first commit to this issueโs fork.
Confirmed the MR 4 is operating as expected. The space appears between the articles after applying this MR. A screenshot is attached for your convenience.
Removed @phpstan-consistent-constructor, added different solution. please verify.
Fixed all the issues by phpstan which is listed in the description. Please review the patch.
Patch 1 is not working, here is the fixed review the patch.