Services Framework data providers are invoked after all services are ready
Bug #1472603 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
New
|
Undecided
|
Unassigned |
Bug Description
The Services Framework processes all the data_ready actions for all services before invoking any provides_data handlers. This means that the second service cannot depend on relation data being set by the provides_data handlers attached to the first service.
Instead, we could fire the first services data_ready actions. and then the first services provides_data handlers, before proceeding onto the second service.
To post a comment you must log in.