Issue with dashboard layout

Hello,

I’ve been messing around with the dashboard module and I haven’t been able to set its layout properly.
What I want is to have multiple actions on the same row, which I believe can be done with one of the layout (presumably “Stack Top” but I’m not fully sure)
The issue I have is that no matter the layout I pick, the actions are displayed like this, with one on each row

When changing the layout, you must refresh the page for the new layout being applied.

I have refreshed the page, and verified by printing the arch in dashboard’s read() :

<board col="2">
<action name="453"/><action name="452"/></board>

I don’t see why it wouldn’t be aligned on the same row

Indeed there are two issues: Modifying user dashboard configuration does not clear the view cache (#13662) · Issues · Tryton / Tryton · GitLab and Board view does not set grid template (#13663) · Issues · Tryton / Tryton · GitLab.

But the reload/restart of the client is still needed after changing the dashboard configuration.