Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jul 01, 2010 @ 13:20
    Ismail Mayat
    2

    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
  • Lee 1130 posts 3088 karma points
    Jul 13, 2010 @ 16:31
    Lee
    0

    Did you ever find a solution to this?

  • Lee 1130 posts 3088 karma points
    Jul 15, 2010 @ 17:00
    Lee
    0

    Bump :S

  • Hiren Bariya 2 posts 73 karma points
    Jun 30, 2020 @ 04:39
    Hiren Bariya
    0

    Hi Guys, Is there any way I can add that section at the beginning of dashboard.config through package action. In short, I was looking to add a custom section as the first tab in my dashboard.

    Thanks in advance!

Please Sign in or register to post replies

Write your reply to:

Draft