scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Clear payee/category/security caches when new item added #33

Closed scottohara closed 10 years ago

scottohara commented 10 years ago

If a new category, payee or security is created as part of a transaction save, we need to ensure that the corresponding client-side $http cache is flushed, so that the new item (including it's ID) is displayed.