Add optional String validateSettings(Map<String, String> propertiesMap) method too ActionHook #88
Closed
kschmiechen
started this conversation in
Ideas
Replies: 1 comment
-
Hello Kevin, thanks for the idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To avoid invalid settings, the interceptor manager could call an optional method
String validateSettings(Map<String, String> propertiesMap)
of the hook each time its settings are updated in the administration panel. The method returnsnull
if the settings are valid and amessage
if the settings are invalid.Beta Was this translation helpful? Give feedback.
All reactions