You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core module must intiailizes the Store if a context is defined in the configuration
It must relies on the Store to store the current context
It must provide a composable that helps using the current context
Remove mixin.base-context.js
Replace the contextId props with a service prop which can be either a string (id) or an object (name and context)
Remove unrequired contextId prop when the context should be directly extracted from the store (e.g. map)
Add a getService(name, 'context') in API when we'd like to explicitely retrieve the current context from the store instead of doing this implicitely when no context is given, when no context is given we should get the global service
Remove declareService() as it should not be useful anymore with the previous change
The text was updated successfully, but these errors were encountered:
context
is defined in the configurationStore
to store the current contextmixin.base-context.js
getService(name, 'context')
in API when we'd like to explicitely retrieve the current context from the store instead of doing this implicitely when no context is given, when no context is given we should get the global servicedeclareService()
as it should not be useful anymore with the previous changeThe text was updated successfully, but these errors were encountered: