mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Sort triggers and actions
This commit is contained in:
@@ -39,6 +39,7 @@ class Rule extends Twig_Extension
|
||||
$possibleActions[$key] = trans('firefly.rule_action_' . $key . '_choice');
|
||||
}
|
||||
unset($key, $ruleActions);
|
||||
asort($possibleActions);
|
||||
|
||||
return $possibleActions;
|
||||
}
|
||||
@@ -75,6 +76,7 @@ class Rule extends Twig_Extension
|
||||
}
|
||||
}
|
||||
unset($key, $ruleTriggers);
|
||||
asort($possibleTriggers);
|
||||
|
||||
return $possibleTriggers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user