Hopefully this is an easy question with an obvious answer. I’ve searched the forum and docs and haven’t found anything.
When I try to rename a Dashboard, I get this error.
extra keys not allowed @ data['mode']. Got 'storage' extra keys not allowed @ data['url_path']. Got 'new-dashboard-name'
Is changing the Title of a Dashboard not allowed?
Is there something else wrong with my configuration I should look for?
Is there another/better way to rename a Dashboard?
You can rename things, you’re spacing is likely off. This is telling you that mode does not expect any keys ‘inside’ it. What that tells me is that your configuration is:
As this is a new thing for me, and I haven’t switched to YAML configuration or installed anything that lets me look into the .storage folder yet.
I created the Dashboard through the UI and that’s how I am attempting to rename and getting the errors, so I’m not sure what would have caused the spacing to get out of whack.
I’ll dig into this some more and post details if I learn anything interesting.