Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
Description
GroovyModel.groovyFileAdded will display the AddGroovySupport dialog whenever a resource has changed. If the SUPPORT_GROOVY preference is not set, you may get multiple calls past the if check. What ends up happening is that you get many dialogs for the same project.
Either a second check is put in the Job so they become no-ops, or after the check, it sets the value immediately to true. There really is no reason to wait til after the dialog is answered.