|
@@ -21,6 +21,12 @@ export class ProductVariantListComponent
|
|
|
readonly filters = this.createFilterCollection()
|
|
readonly filters = this.createFilterCollection()
|
|
|
.addDateFilters()
|
|
.addDateFilters()
|
|
|
.addFilters([
|
|
.addFilters([
|
|
|
|
|
+ {
|
|
|
|
|
+ name: 'name',
|
|
|
|
|
+ type: { kind: 'text' },
|
|
|
|
|
+ label: _('common.name'),
|
|
|
|
|
+ filterField: 'name',
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
name: 'id',
|
|
name: 'id',
|
|
|
type: { kind: 'text' },
|
|
type: { kind: 'text' },
|