mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 17:04:13 +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 { repeatable, group, min, max } = attribute;
|
||||||
|
|
||||||
const cmp = this.generateMainComponent(
|
const cmp = this.generateMainComponent(
|
||||||
strapi.groups[group].attributes
|
strapi.groups[group].attributes,
|
||||||
|
strapi.groups[group].associations
|
||||||
);
|
);
|
||||||
|
|
||||||
if (repeatable) {
|
if (repeatable) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user