Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
https://github.com/jenkinsci/credentials-plugin/pull/230 removed folder-store.png which is referenced by https://github.com/jenkinsci/cloudbees-folder-plugin/blob/master/src/main/java/com/cloudbees/hudson/plugins/folder/properties/FolderCredentialsProvider.java resulting in a missing icon in bread crumb context menus.
Attachments
Issue Links
- relates to
-
JENKINS-68791 Missing icon for global credential store
-
- Open
-
Whatever was calling the `getIconFileName()` function should be updated to call `getIconClassName()` which will use the correct svg for the icon.