-
Bug
-
Resolution: Fixed
-
Minor
-
None
In Jenkins 1.508, when attempting to rename a project, clicking 'Apply' at the bottom of the 'Configure Project' page results in an empty "Error" pop-over box on the page. No error message is displayed.
However, when I press 'Save' instead of Apply, it takes me to a separate confirmation page asking "Am I sure I want to rename the project? Yes/No". So I am guessing that this confirmation step prevents 'Apply' from working. I would expect to see a pop-over window asking me to confirm the change on the same page when I click 'Apply', instead of presenting an empty error pop-over, which can be confusing.
- is duplicated by
-
JENKINS-17474 clicking Apply when renaming a project fails
-
- Resolved
-
- is related to
-
JENKINS-13287 Error on apply configuration when changing job name
-
- Resolved
-
-
JENKINS-20772 'Apply' error screens don't work
-
- Resolved
-
-
JENKINS-22936 Move rename infrastructure from Job to AbstractItem
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/model/Job.java
core/src/main/resources/hudson/model/Messages.properties
http://jenkins-ci.org/commit/jenkins/9e5817adbbf1b8c258c24281d0f61b40b7507cb3
Log:
[FIXED JENKINS-17401] Behave gracefully if the user tries to rename a job using the Apply button.