Closed DavidFeldhoff closed 4 years ago
Hi David,
It seems good at first review. Let me give a bit of time to verify with my local projects and check the webui parts as well. If all ok, I'll merge it and make a new 0.2.4 release.
It seems to be working after some testing. :)
Hi Marton, I added the Subscriber EventName and ElementName to the eventList. The EventName was already partially added as TargetEventName. I added it more consistently and the ElementName was added in the other cases as well. Furthermore I added something that you can say that the cache should be reloaded if it's older than version x (in this case the new version 0.2.4) because I want that the new properties are filled.
Furthermore I deleted the .lock files and I added comments to the any-Items which become CollectorItems, so that it will become more easy to go away of the "all types are type any" if that's a goal of you. But I didn't dare to add the properties directly with their default value as I don't know if you use these with other extensions and check if they are undefined?!
Best regards David