Dashboard 2 - v1.12.0 `Fixed` layout broken

Hi

Just updated Dashboard to the new version, noticed something strange regarding the page layout fixed.

In previous versions (even in a v1.11.1 locally compiled for fix Prevent app setup call when unauthenticated responses are received by cstns · Pull Request #944 · FlowFuse/node-red-dashboard (github.com)) is working correctly.

For example, defining a page Fixed Layout, a group with width of 6 and placing two text box (each with size of 1x3) the final result si:

image

On V1.12.0 the same setup

image

On Grid and Notebook seems to be working. It seems to be related to a new variable --layout-columns.

Any quick way to solve this?

Ah, that's a regression on my part. If you open an issue, I'll get that addressed first thing tomorrow.

Sorry for the inconvenience

Hi Joe

Issue open:

Variable --layout-columns not defined for Fixed Layout · Issue #1003 · FlowFuse/node-red-dashboard (github.com)

Attempt a quick fix, and it seems to work, no ideia of other consequences that may have....

PR opened with a fix: Fixed Layout: Define a default layout-columns for the groups in a Fixed layout by joepavitt · Pull Request #1007 · FlowFuse/node-red-dashboard · GitHub