This commit is contained in:
@@ -47,8 +47,6 @@ todo: it's a bit hard to click on a single digit or character link in a data tab
|
||||
e.g. serial number 1 of a po
|
||||
can the region be expanded with invisible text or something?
|
||||
|
||||
todo: "Picklist display formats" translation used in admin settings
|
||||
rename to something more generic like selectable items display format or something as it's used in displaying in lists as well like part assembly parts
|
||||
|
||||
todo: partassembly form should use an edit dialog rather than edit in place in the grid as it's ugly and clunky and outside of the standard that will be used in PO and wo etc
|
||||
|
||||
|
||||
@@ -38,9 +38,13 @@
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="blue darken-1" text @click="seedDialog = false">{{
|
||||
$ay.t("Cancel")
|
||||
}}</v-btn>
|
||||
<v-btn
|
||||
v-if="!seedingJobActive"
|
||||
color="blue darken-1"
|
||||
text
|
||||
@click="seedDialog = false"
|
||||
>{{ $ay.t("Cancel") }}</v-btn
|
||||
>
|
||||
<v-btn
|
||||
:loading="seedingJobActive"
|
||||
color="blue darken-1"
|
||||
@@ -231,7 +235,7 @@ export default {
|
||||
//get status
|
||||
|
||||
while (vm.seedingJobActive == true) {
|
||||
await window.$gz.util.sleepAsync(1000);
|
||||
await window.$gz.util.sleepAsync(2000);
|
||||
//check if done
|
||||
jobStatus = await window.$gz.api.get(
|
||||
`job-operations/status/${jobId}`
|
||||
|
||||
Reference in New Issue
Block a user