sharing WIP

This commit is contained in:
zadam
2021-12-21 16:12:59 +01:00
parent 8b56fb10fd
commit e7faebfac3
10 changed files with 11396 additions and 132 deletions

View File

@@ -1,5 +1,4 @@
import SwitchWidget from "./switch.js";
import froca from "../services/froca.js";
import branchService from "../services/branches.js";
import server from "../services/server.js";
import utils from "../services/utils.js";
@@ -39,7 +38,7 @@ export default class SharedSwitchWidget extends SwitchWidget {
}
}
await server.remove(`branches/${shareBranch.branchId}`);
await server.remove(`branches/${shareBranch.branchId}?taskId=no-progress-reporting`);
}
async refreshWithNote(note) {