Update line names when renumbering sequences

This commit is contained in:
D. Berge
2020-10-09 15:04:45 +02:00
parent aeae758744
commit 2031922d68

View File

@@ -405,7 +405,7 @@ export default {
const init = {
method: "PATCH",
headers: {"Content-Type": "application/json"},
body: {sequence}
body: {sequence, name: null} // Setting name to null causes it to be regenerated
}
await this.api([url, init]);
}