Fix missing button to enable cba

This commit is contained in:
yflory 2020-04-17 15:56:17 +02:00
parent 283f739be5
commit d27dc768f3
2 changed files with 2 additions and 0 deletions

View File

@ -1007,6 +1007,7 @@ define([
SecureModal.$iframe.hide(); SecureModal.$iframe.hide();
}; };
config.data = { config.data = {
app: parsed.type,
hashes: hashes, hashes: hashes,
password: password, password: password,
isTemplate: isTemplate isTemplate: isTemplate

View File

@ -88,6 +88,7 @@ define([
}).nThen(function (/*waitFor*/) { }).nThen(function (/*waitFor*/) {
metaObj.doc = {}; metaObj.doc = {};
var additionalPriv = { var additionalPriv = {
app: config.data.app,
fileHost: ApiConfig.fileHost, fileHost: ApiConfig.fileHost,
loggedIn: Utils.LocalStore.isLoggedIn(), loggedIn: Utils.LocalStore.isLoggedIn(),
origin: window.location.origin, origin: window.location.origin,