jenkinsci / jenkinsci/credentials-plugin
[JENKINS-73517] c:select triggers two times the doFillXxxItems requests
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
Due to the code at the bottom of select.js the onChange events are registered twice for the f:select used inside c:select.
In practice, it means that two HTTP requests are sent to the server everytime.
---
Originally reported by
wfollonier, imported from: c:select triggers two times the doFillXxxItems requests
Raw content of original issue
Due to the code at the bottom of select.js the onChange events are registered twice for the f:select used inside c:select.
In practice, it means that two HTTP requests are sent to the server everytime.
environment
```
Jenkins: 2.414.3
credentials: 1319.v7eb_51b_3a_c97b_
```
Contributor guide
Assessment
This issue has not been assessed yet.