-
Bug
-
Resolution: Fixed
-
Minor
Label#index.jelly refers to ${it.actions} which is deprecated and doesn't include actions created through TransientActionFactory implementations.
- links to
[JENKINS-38651] Actions created by TransientActionFactory are not displayed in Label view
Assignee | New: Vincent Latombe [ vlatombe ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description | Original: Label#index.jelly refers to ${it.actions} which is deprecated and doesn't include actions created through TransientActionFactory implementations. | New: Label#index.jelly refers to $\{it.actions} which is deprecated and doesn't include actions created through TransientActionFactory implementations. |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR #2572 (Web Link)" [ 14908 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Labels | New: lts-candidate |
Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/resources/hudson/model/Label/index.jelly
http://jenkins-ci.org/commit/jenkins/8d55b1f555194be546152a972294f0a64a052da9
Log:
JENKINS-38651Display actions created through TransientActionFactory in label view