-
Bug
-
Resolution: Fixed
-
Major
-
Latest Core (2.427-SNAPSHOT)
-
-
2.430, 2.426.1
When using
<f:repeatable header="Header">
the header text is shown but the drag&drop handle is missing for existing entries. The handle is properly shown for newly added entries.
Steps to reproduce
- Install sidebar link plugin
- go to "Manage Jenkins" -> "Settings"
- Add 2 links for the Sidebar
- Save
- go to "Manage Jenkins" -> "Settings"
- Add a Sidebar link
During Step 3 and Step 6 the newly added links can be moved, in step 6 for the existing links the drag&drop handle is missing, but the Header text is shown.
Most likely caused by https://github.com/jenkinsci/jenkins/pull/5923
[JENKINS-72189] Drag&Drop for repeatables not working for existing entries (regression in 2.335)
Labels | New: regression ux-untriaged |
Remote Link | New: This issue links to "PR-8613 (Web Link)" [ 28986 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Labels | Original: regression ux-untriaged | New: lts-candidate regression ux-untriaged |
Summary | Original: Drag&Drop for repeatables not working for existing entries | New: Drag&Drop for repeatables not working for existing entries (regression in 2.335) |
Released As | New: 2.430 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |
Labels | Original: lts-candidate regression ux-untriaged | New: 2.426.1-fixed regression ux-untriaged |
Any relation to JENKINS-71089 ?