Exclude kcContext.execution
This commit is contained in:
parent
59807c1bb0
commit
072e22d072
@ -198,6 +198,9 @@ function decodeHtmlEntities(htmlStr){
|
||||
key == "styles" ||
|
||||
key == "accountResourceProvider"
|
||||
)
|
||||
) || (
|
||||
key == "execution" &&
|
||||
are_same_path(path, [])
|
||||
)
|
||||
>
|
||||
<#-- <#local out_seq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user