Hi,
I’m working on a module based on the slack-alarm-notification sdk example.
I have 2 properties files:
src/main/java/com/operametrix/ignition/mymodule/gateway/MyModuleNotification.propertiessrc/main/java/com/operametrix/ignition/mymodule/gateway/profile/MyModuleNotificationProfile.properties
The properties in the first file seem to be working fine in the web UI but I can’t get the properties of the second to display correctly (i.e. not ¿MyModuleNotificationProfile.Example.Description?).
This was working fine in 8.1… What could I be missing?
Thank you