Exclude kcContext.execution

This commit is contained in:
Joseph Garrone 2024-06-12 22:18:55 +02:00
parent 59807c1bb0
commit 072e22d072

View File

@ -198,6 +198,9 @@ function decodeHtmlEntities(htmlStr){
key == "styles" ||
key == "accountResourceProvider"
)
) || (
key == "execution" &&
are_same_path(path, [])
)
>
<#-- <#local out_seq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->