Initialize row customization with top context, if set.
This commit is contained in:
parent
c531bc44cc
commit
8c16687237
|
@ -770,8 +770,9 @@ var UI = (() => {
|
||||||
if (!hasTemp) hasTemp = perms.temp;
|
if (!hasTemp) hasTemp = perms.temp;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
let top = Sites.optimalKey(this.mainUrl);
|
||||||
for (let site of sites) {
|
for (let site of sites) {
|
||||||
let context = null;
|
let context = top;
|
||||||
if (site.site) {
|
if (site.site) {
|
||||||
site = site.site;
|
site = site.site;
|
||||||
context = site.context;
|
context = site.context;
|
||||||
|
|
Loading…
Reference in New Issue