
|
If you were logged in you would be able to see more operations.
|
|
|
|
The problem is that the javascript function that automatically checks the checkbox when teh field changes overrides the existing javascript function that updates the dependent (second) select box.
|
|
Description
|
The problem is that the javascript function that automatically checks the checkbox when teh field changes overrides the existing javascript function that updates the dependent (second) select box.
|
Show » |
|
To apply the patch, if you are using JIRA Standalone please do the following:
1. Download all attached file
2. Backup existing <jira_install_dir>/atlassian-jira/secure/views/bulkedit/bulkworkflowtransition_editfields.jsp
3. Copy the downloaded file to <jira_install_dir>/atlassian-jira/secure/views/bulkedit/bulkworkflowtransition_editfields.jsp
Tomcat should detect that the page has been modified and recompile the page. If the change is not detected you will need to remove the following files:
<jira_install_dir>/work/Catalina/localhost/_/org/apache/jsp/secure/views/bulkedit/bulkworkflowtransition_005feditfields_jsp.java
<jira_install_dir>/work/Catalina/localhost/_/org/apache/jsp/secure/views/bulkedit/bulkworkflowtransition_005feditfields_jsp.class
If you are using the WAR distribution of JIRA:
1. Download all attached files
2. Copy the files to <jira_install_dir>/webapp/secure/views/bulkedit/bulkworkflowtransition_editfields.jsp
6. Run 'build.sh clean' on unix or 'build.bat clean' on windows
7. Run 'build.sh' on unix or 'build.bat' on windows
8. Redeploy the JIRA web app into your application server
9. Restart the application server