Skip to content

Commit

Permalink
Merge pull request #1191 from sparc-request/jl-notes-table-bug
Browse files Browse the repository at this point in the history
Jl - notes table bug
  • Loading branch information
Stuart-Johnson committed Dec 1, 2017
2 parents 3cb4bba + eb9d7e4 commit db7fc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/service_requests/review/_notes.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
= t(:proper)[:review][:notes_notice]
.bootstrap-table-dropdown-overflow
#notes-custom-toolbar
%table.table-striped#notes-table{ data: { toggle: 'table', search: "true", "show-columns" => "true", "show-refresh" => "true", "show-toggle" => "true", url: notes_path(format: :json, note: { notable_id: notable_id, notable_type: notable_type }), striped: "true", toolbar: "#notes-custom-toolbar", "show-export" => "false", "export-types" => ['excel'] } }
%table.table-striped#protocol-notes-table{ data: { toggle: 'table', search: "true", "show-columns" => "true", "show-refresh" => "true", "show-toggle" => "true", url: notes_path(format: :json, note: { notable_id: notable_id, notable_type: 'Protocol' }), striped: "true", toolbar: "#notes-custom-toolbar", "show-export" => "false", "export-types" => ['excel'] } }
%thead.primary-header
%tr
%th{ data: { class: 'user', align: "left", sortable: "true", field: "user" } }
Expand Down

0 comments on commit db7fc97

Please sign in to comment.