Skip to content

Commit

Permalink
Fix Product Search to Filter When You Search "Product" (#8662)
Browse files Browse the repository at this point in the history
* Fix checkbox disappear findings (windows resize)

* fix checkboxes disappear in all project

* fix 500 error when attempting to order tags

* fix flake8 issue

* Fix Bulk edit drop-down bug

* trivy parser Includes causeMetadata in the findings description

* Revert "trivy parser Includes causeMetadata in the findings description"

This reverts commit da493b9.

* Fix Product search in detatable search component

* fix search in products Table

* remove unnecesary variable

---------

Co-authored-by: Felix Hernandez <[email protected]>
  • Loading branch information
FelixHernandez and felixhernandez15 authored Sep 15, 2023
1 parent 500573e commit cf7cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h3 class="has-filters">
},
colReorder: true,
"columns": [
{ "data": "action" },
{ "data": "action", "searchable": false },
{ "data": "product" },
{ "data": "tags" },
{ "data": "criticality" , render: function (data, type, row) {
Expand Down

0 comments on commit cf7cbf1

Please sign in to comment.