-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Release Branch 16.11, Release Branch 17.12, Trunk
-
Fix Version/s: 16.11.06, 17.12.01, Upcoming Branch
-
Component/s: framework
-
Labels:None
Module framework/service:
The TemporalExpression for "MIDNIGHT_DAILY" has to be loaded as seed data instead of initial-seed data to be available for other seed-initial usages of this TemporalExpression.
For example the "cleanSyncRemoveInfo" service is scheduled via seed-inital data in EntityScheduledServices.xml using this TemporalExpression, which is not available while initializing a fresh database because it is loaded as initial-seed data from framework/services/data/SchedulesServices.xml after EntityScheduledServices.xml.
So i moved this TemporalExpression to the other TemporalExpression seed data in ServiceSeedData.xml.