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

Visiting user profiles breaks 'Recently Viewed' dialog

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 4.3.3
    • None
    • None
    • None

    Description

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      If you've recently viewed a user profile page, it will cause a JS error when you go to "Recently Viewed" panel in the Insert Link dialog from the editor.

      link-browser-tab-history.js

      // Space column
                      AJS.SelectGrid.Column({
                          key: 'space',
                          heading: AJS.I18n.getText('result.grid.column.content.space'),
                          getText: function (rowData) {
                              return rowData.space.title; // <-- rowData.space is undefined
                          }
                      }),
      

      Attachments

        Issue Links

          Activity

            People

              fakraemer fabs
              fakraemer fabs
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: