Package action addDashboardSection

Guys,

Having a little issue with addDashboardSection package action i have the following:

<Action runat="install" undo="true" alias="addDashboardSection"
dashboardAlias="Page review">
  <section>
    <areas>
      <area>default</area>
      <area>content</area>
    </areas>
    <tab caption="Content due for review">
      <control>
      /usercontrols/dashboards/PageReview/PagesDueForReview.ascx</control>
    </tab>
  </section>
</Action>
that gives me
<?xml version="1.0" encoding="utf-8"?>
<dashBoard>
  <section>
    <areas>
      <area>default</area>
      <area>content</area>
    </areas>
    <tab caption="Welcome">
      <control>/usercontrols/dashboards/root.ascx</control>
    </tab>
  </section>
<!-- below is content added by package action -->
  <section>
    <areas>
      <area>default</area>
      <area>content</area>
    </areas>
    <tab caption="Content due for review">
      <control>/usercontrols/dashboards/PageReview/PagesDueForReview.ascx</control>
    </tab>
  </section>
</dashBoard>
it adds to the dashboard.config but in own section which is not what i want. I want the tab to be added to the main section.  if you view the content section you do not see the dashboard until you move the tab node content due for review manually to below welcome tab node
Anyone else seen this?
Regards

Ismail

This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/10286-package-action-adddashboardsection