-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins core 2.88+
When you try to create a new view from the sidebar link introduced in core 2.88 (JENKINS-6290), you'll get a HTTP 404 error, when you are currently on an other view.
Also see the attached screenshots.
- causes
-
JENKINS-51291 'new view' wrong url - not relative
-
- Open
-
- is caused by
-
JENKINS-6290 Add a "New View" link in the sidebar of Jenkins
-
- Resolved
-
- is duplicated by
-
JENKINS-49411 Error creating view inside view
-
- Resolved
-
Code changed in jenkins
User: Jochen A. Fürbacher
Path:
core/src/main/java/jenkins/model/NewViewLink.java
core/src/test/java/jenkins/model/NewViewLinkTest.java
http://jenkins-ci.org/commit/jenkins/6df06fc19a4b7ed015ab5213e2dc8d25beb2f607
Log:
JENKINS-48447Fixed HTTP 404 error when clicking on newView sidebar link from an other view. (#3178)JENKINS-48447Fixed HTTP 404 error when clicking on newView sidebar link from an other view.JENKINS-48447Fixed unit tests for NewViewLinkJENKINS-48447Load url name each time object gets initialized and adapted tests.JENKINS-48447Rewrite tests for url name; fixed indenting.JENKINS-48447Fixed more identing.JENKINS-48447Added @Restricted to NewViewLink; undo URL_NAME renaming.