mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed a bug where limits and limit repetitions would not be updated and/or created because of double post calls and missing events.
This commit is contained in:
@@ -89,6 +89,7 @@ require $framework . '/Illuminate/Foundation/start.php';
|
||||
//Event::subscribe('Firefly\Trigger\Recurring\EloquentRecurringTrigger');
|
||||
//Event::subscribe('Firefly\Trigger\Journals\EloquentJournalTrigger');
|
||||
Event::subscribe('FireflyIII\Event\Piggybank');
|
||||
Event::subscribe('FireflyIII\Event\Budget');
|
||||
|
||||
// TODO event that creates a relationship between transaction journals and recurring events when created.
|
||||
// TODO event that updates the relationship between transaction journals and recurring events when edited.
|
||||
|
Reference in New Issue
Block a user