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
Is your feature request related to a problem? Please describe.
We want to auto install our application and want to execute a resource initializer from outside the resource management module.
There is no possibility to execute an initializer on the ResourceManagement-Facade (compare to execute product importer).
Describe the solution you'd like
A new method ExecuteInitializer(IResourceIntializer initializer);
Describe alternatives you've considered
There is a workaround to get the ResourceGraph by reflection.
Is your feature request related to a problem? Please describe.
We want to auto install our application and want to execute a resource initializer from outside the resource management module.
There is no possibility to execute an initializer on the ResourceManagement-Facade (compare to execute product importer).
Describe the solution you'd like
A new method
ExecuteInitializer(IResourceIntializer initializer);
Describe alternatives you've considered
There is a workaround to get the
ResourceGraph
by reflection.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: