1. Create an empty folder and navigate to it
      2. Click on "Create Item" in it (link: /job/Folder/new)
      3. Check the interface

      Expected behavior: Modern UI is being displayed

      Actual behavior: 2.0 UI is being displayed

          [JENKINS-33759] New Item option in folders shows the old UI

          Daniel Beck added a comment -

          Is this a purely plugin issue, or does this need to be addressed in core as well?

          Daniel Beck added a comment - Is this a purely plugin issue, or does this need to be addressed in core as well?

          Oleg Nenashev added a comment -

          danielbeck From the user perspective it does not make much difference since we propose the plugin by default.
          Would be good to fix it, but it's not a blocker

          Oleg Nenashev added a comment - danielbeck From the user perspective it does not make much difference since we propose the plugin by default. Would be good to fix it, but it's not a blocker

          Daniel Beck added a comment -

          oleg_nenashev If it's core, it needs to be addressed at least a week earlier (before RC) than otherwise.

          Daniel Beck added a comment - oleg_nenashev If it's core, it needs to be addressed at least a week earlier (before RC) than otherwise.

          Jesse Glick added a comment -

          Need to be linking to newJob (on the current View) not new. Why there are two views which do the same thing—or, until 2.0, did the same thing—is a question for code archaeologists.

          Jesse Glick added a comment - Need to be linking to newJob (on the current View ) not new . Why there are two views which do the same thing—or, until 2.0, did the same thing—is a question for code archaeologists.

          Daniel Beck added a comment -

          RC can happen without this.

          Daniel Beck added a comment - RC can happen without this.

          Jesse Glick added a comment -

          Well the main fix is in the Folders plugin anyway.

          Jesse Glick added a comment - Well the main fix is in the Folders plugin anyway.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java
          src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/tasks-new.properties
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.jelly
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.properties
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/tasks-create.jelly
          http://jenkins-ci.org/commit/cloudbees-folder-plugin/471dd7b9b7615e8d9b062a424167833097d203a7
          Log:
          [FIXED JENKINS-33759] Use standard `newJob` view, not cloned `new` view.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/tasks-new.properties src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.jelly src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.properties src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/tasks-create.jelly http://jenkins-ci.org/commit/cloudbees-folder-plugin/471dd7b9b7615e8d9b062a424167833097d203a7 Log: [FIXED JENKINS-33759] Use standard `newJob` view, not cloned `new` view.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java
          src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/tasks-new.properties
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.jelly
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.properties
          src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/tasks-create.jelly
          src/test/java/com/cloudbees/hudson/plugins/folder/FolderTest.java
          http://jenkins-ci.org/commit/cloudbees-folder-plugin/faeb303e095ca59dd464ab7a5a7951d27824d470
          Log:
          Merge pull request #48 from jglick/newJob

          JENKINS-33759 Use standard `newJob` view, not cloned `new` view

          Compare: https://github.com/jenkinsci/cloudbees-folder-plugin/compare/3857169b4daf...faeb303e095c

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/tasks-new.properties src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.jelly src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/new.properties src/main/resources/com/cloudbees/hudson/plugins/folder/Folder/tasks-create.jelly src/test/java/com/cloudbees/hudson/plugins/folder/FolderTest.java http://jenkins-ci.org/commit/cloudbees-folder-plugin/faeb303e095ca59dd464ab7a5a7951d27824d470 Log: Merge pull request #48 from jglick/newJob JENKINS-33759 Use standard `newJob` view, not cloned `new` view Compare: https://github.com/jenkinsci/cloudbees-folder-plugin/compare/3857169b4daf...faeb303e095c

          Code changed in jenkins
          User: Jesse Glick
          Path:
          .mvn/jvm.config
          changelog.html
          core/pom.xml
          core/src/main/java/hudson/init/impl/InstallUncaughtExceptionHandler.java
          core/src/main/java/hudson/model/Fingerprint.java
          core/src/main/java/jenkins/install/SetupWizard.java
          core/src/main/resources/hudson/tools/label.jelly
          http://jenkins-ci.org/commit/jenkins/8c2cc70fbe5e3ef1b9e2d87355cf8bb82a68e6f7
          Log:
          Merge branch '2.0' into JENKINS-33759-misc

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: .mvn/jvm.config changelog.html core/pom.xml core/src/main/java/hudson/init/impl/InstallUncaughtExceptionHandler.java core/src/main/java/hudson/model/Fingerprint.java core/src/main/java/jenkins/install/SetupWizard.java core/src/main/resources/hudson/tools/label.jelly http://jenkins-ci.org/commit/jenkins/8c2cc70fbe5e3ef1b9e2d87355cf8bb82a68e6f7 Log: Merge branch '2.0' into JENKINS-33759 -misc

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/hudson/model/ItemGroupMixIn.java
          core/src/main/java/hudson/model/ViewDescriptor.java
          core/src/main/resources/hudson/model/AllView/noJob.jelly
          test/src/test/java/hudson/jobs/CreateItemTest.java
          test/src/test/java/hudson/model/ViewDescriptorTest.java
          http://jenkins-ci.org/commit/jenkins/bcbc0195b966913fe7b7eb924db7e1316fc997e4
          Log:
          Merge pull request #2173 from jglick/JENKINS-33759-misc

          Copy item in folder fixes

          Compare: https://github.com/jenkinsci/jenkins/compare/6219c8f9fd62...bcbc0195b966

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/model/ItemGroupMixIn.java core/src/main/java/hudson/model/ViewDescriptor.java core/src/main/resources/hudson/model/AllView/noJob.jelly test/src/test/java/hudson/jobs/CreateItemTest.java test/src/test/java/hudson/model/ViewDescriptorTest.java http://jenkins-ci.org/commit/jenkins/bcbc0195b966913fe7b7eb924db7e1316fc997e4 Log: Merge pull request #2173 from jglick/ JENKINS-33759 -misc Copy item in folder fixes Compare: https://github.com/jenkinsci/jenkins/compare/6219c8f9fd62...bcbc0195b966

            jglick Jesse Glick
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: