Actions
Feature #5952
closedDependencyRefreshedTrigger should throw exception when dependency does not exist
Start date:
01/29/2014
Due date:
% Done:
0%
Estimated time:
Updated by Reynaud Sylvain over 11 years ago
- Status changed from New to Rejected
- Assigned To set to Reynaud Sylvain
Compared to the benefice, the development cost is too high because it requires to split initialisation in 2 phases:
- instanciate and register ALL the data views
- then initialise the cache triggers
Currently, the cache trigger is initialized when the data view is instanciated, so the dependency may have not been instanciated yet...
Actions