Uploaded image for project: 'Crucible'
  1. Crucible
  2. CRUC-7442

'More' button on jira dialog on review completion has no action

    XMLWordPrintable

Details

    Description

      Steps to reproduce:

      1. Click 'Complete' on somebody's review
      2. Click on the jira assigned to the review
      3. Click 'More'

      Workaround

      Follow this procedure to add it natively to your Crucible instance until the change gets pushed in a new version:

      1. Open Crucible installation folder
      2. Locate file /content/static/nymhro/2static/style/concat.crucible-css.a07db6cf1f589dc8bcc9349604564a7e.cache.css
        nymhro folder and a07db6cf1f589dc8bcc9349604564a7e might be different in your server but you should have only one folder in static and only one file starting with concat.crucible-css.
      3. Open the file and add:
        #jira-more-transitions {z-index:999999!important}
        

        at the end of it.

      4. Remove /content/static/nymhro/2static/style/concat.crucible-css.a07db6cf1f589dc8bcc9349604564a7e.cache.css.gz
        Note this is a gz file named like the css you just modified.
      5. Gzip the file you modified using:
        gzip /content/static/nymhro/2static/style/concat.crucible-css.a07db6cf1f589dc8bcc9349604564a7e.cache.css
        
      6. Navigate to a revision being sure you are using a private browsing mode to be sure you load all the CSS from scratch and not from browser cache.
      7. Check the HTML source to find the directive importing content/static/nymhro/2static/style/concat.crucible-css.a07db6cf1f589dc8bcc9349604564a7e.cache.css and open it
      8. Check if the last line contains the change you made
      9. Finally check if this solves your issue.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kcichy Kamil Cichy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: