Commit df1406f3 authored by Sven Franck's avatar Sven Franck

Deeplinks: tracing

parent b2154f6e
......@@ -3894,6 +3894,8 @@
console.log(config.layout_identifier)
init.fetchPageLayouts("settings", config.layout_identifier)
.then(function (reply) {
console.log(reply)
console.log("setting pageElements")
return init.setPageElements(
config,
reply,
......@@ -4179,7 +4181,8 @@
baggage,
promises = [],
layout = layouts.response[config.layout_level || 0];
console.log(layouts)
console.log(layout)
if (create === true) {
page = factory.generatePage(config, layout);
target = factory.generateElement(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment