mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix managed transformations retrieval (#4574)
This commit is contained in:
+2
-1
@@ -68,7 +68,8 @@ public class CommunityTransformationAddonHandler implements MarketplaceAddonHand
|
||||
|
||||
@Activate
|
||||
public CommunityTransformationAddonHandler(final @Reference StorageService storageService) {
|
||||
this.storage = storageService.getStorage("org.openhab.marketplace.transformation");
|
||||
this.storage = storageService.getStorage("org.openhab.marketplace.transformation",
|
||||
this.getClass().getClassLoader());
|
||||
|
||||
this.yamlMapper = new ObjectMapper(new YAMLFactory());
|
||||
yamlMapper.findAndRegisterModules();
|
||||
|
||||
Reference in New Issue
Block a user