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;
|
||||
}
|
||||
} else {
|
||||
let top = Sites.optimalKey(this.mainUrl);
|
||||
for (let site of sites) {
|
||||
let context = null;
|
||||
let context = top;
|
||||
if (site.site) {
|
||||
site = site.site;
|
||||
context = site.context;
|
||||
|
|
Loading…
Reference in New Issue