Skip to content

Commit

Permalink
Merge pull request #664 from modx-pro/alroniks-patch-1
Browse files Browse the repository at this point in the history
Добавить возможность сортировать опции на странице категории
  • Loading branch information
Ibochkarev committed May 23, 2022
2 parents a854812 + f86cb6b commit 90defab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/minishop2/js/mgr/category/option.grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Ext.extend(miniShop2.grid.CategoryOption, miniShop2.grid.Default, {
{header: _('ms2_ft_caption'), dataIndex: 'caption', width: 75, sortable: true},
{header: _('ms2_ft_type'), dataIndex: 'type', width: 75, renderer: this._renderType},
{header: _('ms2_default_value'), dataIndex: 'value', width: 75, editor: {xtype: 'textfield'}},
{header: _('ms2_ft_rank'), dataIndex: 'rank', width: 50, editor: {xtype: 'numberfield'}, hidden: true},
{header: _('ms2_ft_rank'), dataIndex: 'rank', width: 50, editor: {xtype: 'numberfield'}, hidden: true, sortable: true},
{
header: _('ms2_actions'),
width: 75,
Expand Down

0 comments on commit 90defab

Please sign in to comment.