Features: 1) Display tags' names in the admin list view;
Fixes: ; Extra: ;
This commit is contained in:
parent
61eb5d3f6b
commit
369b4adfc0
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ class ProductAdmin(FieldsetsMixin, ActivationActionsMixin, ModelAdmin):
|
||||||
"is_active",
|
"is_active",
|
||||||
"is_digital",
|
"is_digital",
|
||||||
"stocks__vendor",
|
"stocks__vendor",
|
||||||
|
"tags__name",
|
||||||
"created",
|
"created",
|
||||||
"modified",
|
"modified",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue