-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
hm-edu-testing
-
-
5.0.0-beta2
Within the hm-edu-testing branch, there are multiple jelly files which have hardcoded strings as id's for HTML-Components created within a loop.
This will create multiple HTML-Components with the same Id and will therefore create problems for tests, javascript-logic and/or the usage of css.
The mentioned files are the following:
- src/main/resources/result/fixed.jelly
- src/main/resources/io/jenkins/plugins/analysis/core/views/FixedWarningsDetail/index.jelly
- src/main/resources/hudson/plugins/analysis/views/TabDetail/details.jelly
Where as "src/main/resources/hudson/plugins/analysis/views/TabDetail/details.jelly" may be connected to PR #123