Commit b6fc9c68 authored by Sven Franck's avatar Sven Franck

app: switched formField container to new span logic (1 = fullscreen, 2 = 50%...)

parent 04d7c134
......@@ -3827,7 +3827,7 @@
}
// need to set position here to also include custom fields
pass.position = segment.position === "center" ? 2 : 1;
pass.position = segment.position === "center" ? 1 : 2;
// fetch dynamic options
if (fetch_items === null) {
......
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