Exclude ream.attributes since it's never used
This commit is contained in:
parent
2754900f7a
commit
e5bcff12cb
@ -205,6 +205,9 @@ function decodeHtmlEntities(htmlStr){
|
|||||||
) || (
|
) || (
|
||||||
key == "entity" &&
|
key == "entity" &&
|
||||||
areSamePath(path, ["user"])
|
areSamePath(path, ["user"])
|
||||||
|
) || (
|
||||||
|
key == "attributes" &&
|
||||||
|
areSamePath(path, ["realm"])
|
||||||
)
|
)
|
||||||
>
|
>
|
||||||
<#-- <#local outSeq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->
|
<#-- <#local outSeq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user