Refresh protocol status when importing steps [SCI-11888]

This commit is contained in:
Martin Artnik 2025-04-28 14:32:20 +02:00
parent 11bf5cebc7
commit 94b8a36fd4

View file

@ -384,6 +384,7 @@ export default {
}, },
addSteps(steps) { addSteps(steps) {
this.steps.push(...steps); this.steps.push(...steps);
this.refreshProtocolStatus();
}, },
refreshProtocolStatus() { refreshProtocolStatus() {
if (this.inRepository) return; if (this.inRepository) return;