mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Merge pull request #3333 from aignatov-bio/ai-sci-5551-small-fix-for-report-search
Small fixes for report search [SCI-5551]
This commit is contained in:
commit
b8bf06b2d8
2 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$('.reports-index').on('change', '.report-search', function() {
|
$('.reports-index').on('keyup', '.report-search', function() {
|
||||||
REPORTS_TABLE.search($(this).val()).draw();
|
REPORTS_TABLE.search($(this).val()).draw();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -495,7 +495,7 @@ en:
|
||||||
report_button: "Report"
|
report_button: "Report"
|
||||||
update_pdf: "Update PDF"
|
update_pdf: "Update PDF"
|
||||||
save_pdf_to_inventory: "Save PDF to Inventory"
|
save_pdf_to_inventory: "Save PDF to Inventory"
|
||||||
search_reports: "Find Reports"
|
search_reports: "Filter reports"
|
||||||
request_docx: "Generate DOCX"
|
request_docx: "Generate DOCX"
|
||||||
update_docx: "Update DOCX"
|
update_docx: "Update DOCX"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
|
|
Loading…
Reference in a new issue