jfrog / teamcity-artifactory-plugin

TeamCity plugin that enables traceable build artifacts with Artifactory
https://www.jfrog.com/confluence/display/JFROG/TeamCity+Artifactory+Plug-in
Apache License 2.0
42 stars 47 forks source link

"TypeError: Cannot read property 'textContent' of undefined" on edit build step page #75

Open burnasheva opened 4 years ago

burnasheva commented 4 years ago

From JS console: TypeError: Cannot read property 'textContent' of undefined at Object.applyDisabledMessage (editRunType.html?id=buildType:NuGetFeed_AutomaticPackageIndexing_SeveralPackagesServiceMessagesArtifacts&runnerId=RUNNER_611&cameFromUrl=%2Fadmin%2FeditBuildRunners.html%3Fid%3DbuildType%3ANuGetFeed_AutomaticPackageIndexing_SeveralPackagesServiceMessagesArtifacts%26init%3D1&cameFromTitle=:2919) at Object.onComplete (editRunType.html?id=buildType:NuGetFeed_AutomaticPackageIndexing_SeveralPackagesServiceMessagesArtifacts&runnerId=RUNNER_611&cameFromUrl=%2Fadmin%2FeditBuildRunners.html%3Fid%3DbuildType%3ANuGetFeed_AutomaticPackageIndexing_SeveralPackagesServiceMessagesArtifacts%26init%3D1&cameFromTitle=:2909) at b.onComplete (-3735697654665077295.js?v=1572279718441:5) at e.respondToReadyState (-4735258447288317237.js?v=1572279718441:8) at e.onStateChange (-4735258447288317237.js?v=1572279718441:8)

This error is shown only with installed artifactory plugin. Plugin version is 2.7.1, TeamCity version 2019.1.5.

image