Fix missing button to enable cba
This commit is contained in:
parent
283f739be5
commit
d27dc768f3
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user