Browse Source

Fix `citation_finder` search for `case_lists`

pull/102/head
alexdbondoc17 4 years ago
parent
commit
e6e30144b6
  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