theotron / PipelineCRM

A CRM for the Umbraco back-office - form workflow, personalisation and more...
MIT License
25 stars 13 forks source link

Opportunities: "My board" does not appear #6

Closed rhyshamilton closed 7 years ago

rhyshamilton commented 7 years ago

Within Opportunities, the "My board" (containing a list of Prospects) does not appear.

myboard

Possibly related to this issue (https://github.com/theotron/PipelineCRM/issues/5).

harvzor commented 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.

rhyshamilton commented 7 years ago

Yes - the dashboard "My board" does not display. The URL of the original screenshot matches /umbraco/#/pipelineCrm.

rhyshamilton commented 7 years ago

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>