Adds product/categories to admin view for group member flag
This commit is contained in:
		
							parent
							
								
									c25f19d66e
								
							
						
					
					
						commit
						922a7ff1d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -212,7 +212,7 @@ class SpeakerFlagAdmin(nested_admin.NestedAdmin, EffectsDisplayMixin): | |||
| @admin.register(conditions.GroupMemberFlag) | ||||
| class GroupMemberFlagAdmin(admin.ModelAdmin, EffectsDisplayMixin): | ||||
| 
 | ||||
|     fields = ("description", "group") | ||||
|     fields = ("description", "group", "products", "categories") | ||||
| 
 | ||||
|     list_display = ("description", "effects") | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer