[pmg-devel] applied: [PATCH pmg-gui] sorters: use correct property 'direction' and keep default 'ASC'

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Feb 3 12:33:32 CET 2022


On 07.12.21 12:53, Fabian Ebner wrote:
> Ext.util.Sorter does not have an 'order' property, so 'order: DESC'
> didn't have an effect. The default is 'ASC' and it is arguably the
> preferred direction for all affected sorters anyways.
> 
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>  js/ActionList.js               | 2 +-
>  js/ClamAVDatabase.js           | 2 +-
>  js/LDAPConfig.js               | 2 +-
>  js/MailProxyTLSDestinations.js | 2 +-
>  js/MyNetworks.js               | 2 +-
>  js/ObjectGroupList.js          | 2 +-
>  js/PBSConfig.js                | 2 +-
>  js/RelayDomains.js             | 2 +-
>  js/SpamDetectorStatus.js       | 2 +-
>  js/Transport.js                | 2 +-
>  10 files changed, 10 insertions(+), 10 deletions(-)
> 
>

applied, thanks!




More information about the pmg-devel mailing list