Browse Source

Merge pull request #102 from lexintegritastech/improve-main-ui

Fix `citation_finder` search for `case_lists`
pull/103/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
f393481673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/controllers/document_controller.js

2
app/javascript/controllers/document_controller.js

@ -8,7 +8,7 @@ export default class extends ApplicationController {
search () { search () {
this.stimulate("DocumentReflex#render_case_lists_search_results", this.stimulate("DocumentReflex#render_case_lists_search_results",
{ q: this.inputTarget.value, citation_finder: this.element.dataset["citation_finder"], page: 1 }, { q: this.inputTarget.value, citation_finder: this.citation_finderTarget.value, page: 1 },
this.element.dataset["doctrineId"], this.element.dataset["currentDocumentId"]) this.element.dataset["doctrineId"], this.element.dataset["currentDocumentId"])
} }

Loading…
Cancel
Save