Synchronize temporary toggle for contextual permissions.
This commit is contained in:
parent
cd30505fe1
commit
10f18bea3e
|
@ -505,6 +505,7 @@ var UI = (() => {
|
||||||
row.siteMatch = siteMatch;
|
row.siteMatch = siteMatch;
|
||||||
row.contextMatch = context;
|
row.contextMatch = context;
|
||||||
this.setupCaps(perms, preset, row);
|
this.setupCaps(perms, preset, row);
|
||||||
|
tempToggle.checked = perms.temp;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
row.permissionsChanged = false;
|
row.permissionsChanged = false;
|
||||||
|
|
Loading…
Reference in New Issue