-
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
-
[JENKINS-17401] Renaming a job and clicking 'Apply' shows an empty 'Error' pop-over window
Description |
Original:
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. |
New:
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. |
Link |
New:
This issue is duplicated by |
Component/s | New: core [ 15593 ] | |
Component/s | Original: gui [ 15492 ] | |
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] |
Link |
New:
This issue is related to |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
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.