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:
James Cole
2014-11-17 21:50:11 +01:00
parent 15e99bd672
commit 4f4e6fac16
4 changed files with 70 additions and 4 deletions

View File

@@ -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.