Fix "toggle batch complete" for Chrome browser
This commit is contained in:
parent
cac005f993
commit
83f9a3faa7
3 changed files with 26 additions and 17 deletions
|
@ -426,6 +426,10 @@
|
|||
})
|
||||
}
|
||||
|
||||
% if not batch.executed and master.has_perm('edit'):
|
||||
${form.component_studly}Data.togglingBatchComplete = false
|
||||
% endif
|
||||
|
||||
% if master.has_worksheet_file and master.allow_worksheet(batch) and master.has_perm('worksheet'):
|
||||
|
||||
ThisPageData.showUploadDialog = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue