Pass group associations as second param

This commit is contained in:
Alexandre Bodin 2019-09-17 10:18:34 +02:00
parent 1583667d5c
commit 548c77aebf

View File

@ -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) {