Closed rhyshamilton closed 7 years ago
Are you talking about the daskboard "My board"? If you go to the start page (by clicking on PIPELINECRM above your tree in your image), then you should see all of your opportunities.
The URL should match /umbraco/#/pipelineCrm
.
Yes - the dashboard "My board" does not display. The URL of the original screenshot matches /umbraco/#/pipelineCrm
.
Double-checked my Dashboard.config. The relevant Pipeline CRM dashboard was missing.
<section alias="StartupPipelineCrmDashboardSection">
<areas>
<area>pipelineCrm</area>
</areas>
<tab caption="My board">
<control>/app_plugins/PipelineCRM/backoffice/dashboards/pipelines.html</control>
</tab>
</section>
Within Opportunities, the "My board" (containing a list of Prospects) does not appear.
Possibly related to this issue (https://github.com/theotron/PipelineCRM/issues/5).