Replies: 4 comments 3 replies
-
|
Hi DRO34, thanks for the detailed report and the screenshot. We are looking into both points. We likely found the cause of the save error and want to confirm it on your side before shipping the fix, and we want to pin down the widget behavior too. A couple of things would help a lot: 1. The missing widgets 2. A few database queries The tenants and their operating model: SELECT id, slug, operating_model FROM tenants;What is stored as dashboard layouts: SELECT tenant_id, "userId", name, jsonb_array_length(widgets) AS widget_count
FROM "DashboardLayout";The unique indexes on the dashboard table (this is the one we suspect for the save error): SELECT c.relname AS index_name, i.indisunique AS is_unique
FROM pg_index i
JOIN pg_class c ON c.oid = i.indexrelid
JOIN pg_class t ON t.oid = i.indrelid
WHERE t.relname = 'DashboardLayout';With that we can confirm the exact cause of the save error and clarify the widget behavior. Thanks a lot for helping us narrow it down. |
Beta Was this translation helpful? Give feedback.
-
|
Did you fix something with the 1.4.4. update? Now when i go to the tenant, the dashboards are automatically showing up (the widgets look more complete now) and the save error is gone. |
Beta Was this translation helpful? Give feedback.
-
|
One thing I notice, figure id mention it here as its related to the tenant or should i create a new thread? When expanding all in the inventory few of each tenant, then going back to a different tenant, its not persisting the "Expand all" it collapses everything. I need to expand all each time i go to the inventory view on the different tenants. |
Beta Was this translation helpful? Give feedback.
-
|
You're right, that's a bug. The inventory tree's expand/collapse state was being saved in a single browser-side slot shared across all tenants, so opening a different tenant overwrote it and the tree came back collapsed. We've changed it to store that state per tenant, so each one now remembers its own expanded or collapsed layout when you switch back and forth. It'll ship in the next release. Thanks again for the detailed reports. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, two things, tenant dashboards are missing all the same widgets as the default tenant. also, you cannot save any dashboards at all in the other tenants. This save error immediately pops up.. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions