mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Update line names when renumbering sequences
This commit is contained in:
@@ -405,7 +405,7 @@ export default {
|
|||||||
const init = {
|
const init = {
|
||||||
method: "PATCH",
|
method: "PATCH",
|
||||||
headers: {"Content-Type": "application/json"},
|
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]);
|
await this.api([url, init]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user