mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Add forms / views for creating a new build output, and completing the build
- Also some refactoring of how forms are handled and saved
This commit is contained in:
@ -92,14 +92,14 @@ function makeBuildOutputActionButtons(output, buildInfo) {
|
||||
data: {
|
||||
output: outputId,
|
||||
},
|
||||
success: reloadTable,
|
||||
reload: true,
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
$(panel).find(`#button-output-complete-${outputId}`).click(function() {
|
||||
launchModalForm(
|
||||
`/build/${buildId}/complete/`,
|
||||
`/build/${buildId}/complete-output/`,
|
||||
{
|
||||
success: reloadTable,
|
||||
data: {
|
||||
|
Reference in New Issue
Block a user