-
Bug
-
Resolution: Done
-
Major
-
1.3.x
-
None
If you export data when a plugin with a policy exists you can't use the policy after a reimport because the policy is depending on the ID (Please take a look on my screenshoots).
The problem is related to:
- StorageImportDispatcher.java
(plugin.setID(null)) - EsStorage.java
(plugin.setId(generateGuid())) - PluginResourceImpl.java – getPolicyForm()
--> storage.getPlugin(pluginId) is not possible anymore because the id changed
If I don't set the ID to null and check if there is already an ID before generating one, all works as expected