mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Mark planned reshoots as such
This commit is contained in:
@@ -712,7 +712,11 @@ export default {
|
|||||||
line: this.contextMenuItem.line,
|
line: this.contextMenuItem.line,
|
||||||
fsp: sp0,
|
fsp: sp0,
|
||||||
lsp: sp1,
|
lsp: sp1,
|
||||||
remarks: `Reshoot of sequence ${this.contextMenuItem.sequence}.`
|
remarks: `Reshoot of sequence ${this.contextMenuItem.sequence}.`,
|
||||||
|
meta: {
|
||||||
|
is_reshoot: true,
|
||||||
|
original_sequence: this.contextMenuItem.sequence
|
||||||
|
}
|
||||||
}
|
}
|
||||||
console.log("Plan", payload);
|
console.log("Plan", payload);
|
||||||
const url = `/project/${this.$route.params.project}/plan`;
|
const url = `/project/${this.$route.params.project}/plan`;
|
||||||
|
|||||||
Reference in New Issue
Block a user