Skip to content

Commit e804169

Browse files
backportbot[bot]oleksandr-ncnextcloud-command
authored
[stable31] fix(TestDeploy-UI): correctly reset canDownloadLogs flag (#599)
Backport of #598 Signed-off-by: Oleksander Piskun <[email protected]> Signed-off-by: nextcloud-command <[email protected]> Co-authored-by: Oleksander Piskun <[email protected]> Co-authored-by: nextcloud-command <[email protected]>
1 parent c5a0dd2 commit e804169

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

js/app_api-adminSettings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-adminSettings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/DaemonConfig/DaemonTestDeploy.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export default {
264264
})
265265
},
266266
startDeployTest() {
267+
this.canDownloadLogs = false
267268
this.startingTest = true
268269
this._cleanupStatusChecks()
269270
this._startDeployTest().then((res) => {
@@ -297,6 +298,7 @@ export default {
297298
},
298299
removeTestExApp() {
299300
this._stopDeployTest().then(() => {
301+
this.canDownloadLogs = false
300302
this._cleanupStatusChecks()
301303
})
302304
},

0 commit comments

Comments
 (0)