You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce your issue.
Honestly, I don't know why behavior is different in enhanced-table visualization, compared to "standard" visualizations, especially since this is a generic feature. would have hoped that Kibana itself manages it well.
And so, I don't know what to change in the plugin so that behavior is as expected.
I can only give you 2 options:
in "Space A", in Saved Objects screen, you use "Copy to spaces" feature, that copies both the visualization and the associated "Data View".
Or in "Space B", you export the Visualization to get the JSON. Then you edit it using a text editor, you change the value of "references.id" to reference the new data view id.
when copy some dashbord between spaces, i found an error.
STEP
ERROR
Error: Cannot read properties of undefined (reading 'getName')
at A (https://www.example.com/55574/bundles/plugin/visDefaultEditor/kibana/visDefaultEditor.chunk.1.js:1:70354)
at Qo (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:58290)
at xs (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:107231)
at Su (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:97979)
at _u (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:97791)
at du (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:94653)
at https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:45571
at t.unstable_runWithPriority (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:428:3844)
at Gi (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:45280)
at Xi (https://www.example.com/55574/bundles/kbn-ui-shared-deps-npm/kbn-ui-shared-deps-npm.dll.js:420:45516)
EXPECT
like other visuals, display error nicely, and user can be able to select some other data source to fix it.
The text was updated successfully, but these errors were encountered: