Balog Tamás
10/10/2023, 1:41 PMTom
10/10/2023, 1:46 PMBalog Tamás
10/10/2023, 1:54 PMTom
10/10/2023, 1:55 PMBalog Tamás
10/10/2023, 1:55 PMTom
10/10/2023, 1:55 PMBalog Tamás
10/10/2023, 2:42 PMsystemValue
Handlebars helper with a system property in the method field, and after calling Webhooks.applyTemplating()
on the WebhookDefinition
the method field value becomes [ERROR: Access to my.custom.property is denied]
.Tom
10/10/2023, 3:10 PMBalog Tamás
10/10/2023, 4:07 PMWebhooks
is always initialized with TemplateEngine.defaultTemplateEngine(), thus the TemplateEngine
it uses is always initialized with null permittedSystemKeys
. and never permits any keys.Tom
10/11/2023, 7:25 AM