Fix cannot-use-robot for private base image bug in build dialog
There are a number of small state fixes in this PR, which result in the build dialog being properly reset state-wise each time it is displayed, thus fixing the state inconsistency. Fixes #2106
This commit is contained in:
parent
6de039dc97
commit
3193f32a95
6 changed files with 44 additions and 16 deletions
|
@ -26,7 +26,7 @@
|
|||
<!-- Upload Dockerfile -->
|
||||
<div ng-show="!viewTriggers">
|
||||
<div class="dockerfile-build-form" repository="repository" is-ready="hasDockerfile"
|
||||
ready-for-build="readyForBuild(startBuild)"></div>
|
||||
ready-for-build="readyForBuild(startBuild)" reset="viewCounter"></div>
|
||||
</div>
|
||||
|
||||
<!-- Start Build Trigger -->
|
||||
|
|
Reference in a new issue