Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-22064

Icons don't render for the web-item system.dashboard

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Low
    • None
    • 3.3, 3.4, 3.5
    • None

    Description

      In the Gliffy plugin, we've created a web-item that shows in the system.dashboard that provides a link to our plugin administration screen when the license has expired.

      In versions prior to 3.3, we rendered a Gliffy icon on the left hand side using the following atlassian-plugin.xml snippet:

       <web-item key="gliffyDashboardFreeTrialExpiredLink" name="Dashboard Link" section="system.dashboard"
                    weight="100">
              <tooltip key="gliffy.dashboard.freetrialexpiredlink.tooltip"/>
              <label key="gliffy.dashboard.freetrialexpiredlink"/>
              <link>/admin/plugin-repository/gliffypluginadmin.action</link>
              <icon height="32" width="32">
                  <link>
                      /download/resources/com.gliffy.integration.confluence:gliffy-macro-key/resources/icons/gliffylogo32x32.PNG
                  </link>
              </icon>
              <condition class="com.atlassian.confluence.plugin.descriptor.web.conditions.GlobalAdministratorOnlyCondition"/>
              <condition class="com.gliffy.plugin.confluence.conditions.FreeTrialExpiredCondition"/>
          </web-item>
      

      Since Confluence 3.3+, this icon no longer renders.

      Attachments

        Activity

          People

            shaffenden Steve Haffenden (Inactive)
            e4741b7c6c16 Eric Chiang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: