- Issue created by @netgeek123
- 🇨🇦Canada netgeek123
Turns out there is a missing yml file in the install.
Place this in /anu_lms/modules/anu_lms_permissions/config/install/field.storage.group_content_group_role.yml
langcode: en status: true dependencies: module: - group id: group_roles field_name: group_roles entity_type: group_content type: entity_reference settings: target_type: user_role handler: default module: core locked: false
You will still have to create groups etc. I am not sure why there are no groups created on the install in the first place. Would make creation so much simpler. Anyhow, that fixes that. There will be other errors afterward that have to do with the group module. Those are there because no roles/groups where created so there are no fields etc. Once you create your group and reference the group on the content type, (adding the reference through fields). it should be pretty good.
I've been attempting to fork this project as it seem sort of stagnent and these fixes are very simple. Seems no one is on top of this.
- 🇨🇦Canada netgeek123
As a side note. For reasons I do not understand, You must install all dependancies before installing the permission module, or you will have errors and less hair.