Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3741

Manual Auth Re-Sync button doesn't do anything

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 2.7.4
    • 2.7.2, 2.7.3
    • User management
    • None

    Description

      The "Re-Sync" button for manual resync of the JIRA/Crowd authentication doesn't seem to do anything. It seems the crowd-resync button has not been hooked up appropriately:

      <input type="button" id="crowd-resync" value="Re-Sync">
      //...
      AJS.$("#crowd-edit").click(function() {
        window.location = "resyncAuth.do";
      });
      

      Probably only needs changing to

      <input type="button" id="crowd-resync" value="Re-Sync">
      //...
      AJS.$("#crowd-resync").click(function() {
        window.location = "resyncAuth.do";
      });
      

      Attachments

        Activity

          People

            tom@atlassian.com Tom Davies
            caf43083bccf Phil Davies
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: