Project

General

Profile

Actions

Regression #14015

closed

Alias list is not sorted

Added by Jim Pingle about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Aliases / Tables
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
23.05
Release Notes:
Default
Affected Version:
Affected Architecture:

Description

The alias list on firewall_aliases.php is not sorted as expected. The array is run through asort() which isn't sorting based on alias name, it should be run through msort($a_aliases, 'name') instead.

To me, I have a fix ready.

Actions

Also available in: Atom PDF