mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Move search operators to dedicated file and add lots of new ones.
This commit is contained in:
@@ -67,7 +67,7 @@ class Rule extends AbstractExtension
|
||||
return new TwigFunction(
|
||||
'allRuleTriggers',
|
||||
static function () {
|
||||
$ruleTriggers = array_keys(config('firefly.search.operators'));
|
||||
$ruleTriggers = array_keys(config('search.operators'));
|
||||
$possibleTriggers = [];
|
||||
foreach ($ruleTriggers as $key) {
|
||||
if ('user_action' !== $key) {
|
||||
|
Reference in New Issue
Block a user