Review/Engagement reference: https://github.com/pilgrimconsulting/bam-new-item-portal/blob/staging/frontend/src/app/item/view/view.component.ts
Finding description | Location(S) | Severity | Recommendation |
---|---|---|---|
if ((col.field === 'action' or col.field === 'upc') or (selected.indexOf(col.field) >= 0)) |
Line 67 |
Recommended | action and upc should be moved to constants of the items service |