mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 08:59:34 +00:00
Merge pull request #4028 from strapi/fix/group-relation-plugin-doc
Pass group associations as second param
This commit is contained in:
commit
edc20a2c72
@ -660,7 +660,8 @@ module.exports = {
|
||||
const { repeatable, group, min, max } = attribute;
|
||||
|
||||
const cmp = this.generateMainComponent(
|
||||
strapi.groups[group].attributes
|
||||
strapi.groups[group].attributes,
|
||||
strapi.groups[group].associations
|
||||
);
|
||||
|
||||
if (repeatable) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user