mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-30 17:37:26 +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
	 Alexandre BODIN
						Alexandre BODIN