Hi Norbert,
did you ever get an answer about this?
thanks,
FrancescaS
Hi Francesca,
no, unfortunately I never got an answer to this question.
Best regards,
Norbert
Hello Norbert,
The dashboard should be stored in the "dashboards" table. You should be able to delete it there if you want to. You could also mark the "deleted" column as 1. It'll do the same thing but won't permanently delete it.
Kind Regards,
Jason Smith
I don't see an entry in the dashboards table corresponding to the BWC Legacy dashboard that I am trying to remove from the sugar-cube dropdown menu.
There is no "%legacy%' dashboard in the table and all dashboards shown were created after the upgrade to v7.x.
The menu item I am trying to remove is in the sugar-cube home dropdown menu and takes people here:
index.php?module=Home&action=index#bwc/index.php?module=Home&action=bwc_dashboard&bwcFrame=1
I suspect this is defined somewhere in the metadata.
thanks,
FrancescaS
With my best friend 'grep' I found the answer
it's a simple config change, just add this to your config_override.php
$sugar_config['enable_legacy_dashboards'] = false;
FrancescaS
Francesca:
That did the trick. I changed "$sugar_config['enable_legacy_dashboards'] = true;" to "$sugar_config['enable_legacy_dashboards'] = false;", did a quick repair and rebuild, and My Legacy Dashboard was gone.
Thanks,
Dave
Francesca:
That did the trick. I changed "$sugar_config['enable_legacy_dashboards'] = true;" to "$sugar_config['enable_legacy_dashboards'] = false;", did a quick repair and rebuild, and My Legacy Dashboard was gone.
Thanks,
Dave