matrix-dimension
matrix-dimension copied to clipboard
Reports that disabling integrations in the admin panel remove them from the panel
They should just be toggled off. Widgets appear to be particularly error prone
I think this may have happened to us... api/v1/dimension/admin/integrations/widget/all
was showing no widgets available. I used sqlitebrowser
to set isEnabled
= 1 for the entries within dimension_widgets
and that seemed to get them back.
Just found this too, would be great to get this fixed