[dev] [carhartlewis] lewis/comp-sub-processors#2096
Conversation
PR SummaryMedium Risk Overview Updates the app to carry this field through vendor types/hooks and the vendor update action, and adds a checkbox to the vendor “secondary fields” form to edit it; after a successful update the vendor detail view triggers an SWR refresh to reflect changes immediately. Written by Cursor Bugbot for commit 5b37071. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| residualProbability: 'very_unlikely' as const, | ||
| residualImpact: 'insignificant' as const, | ||
| website: null, | ||
| isSubProcessor: false, |
There was a problem hiding this comment.
Duplicated placeholder vendor object structure
Low Severity
The pendingVendors (lines 263-281) and tempVendors (lines 285-303) mappings construct identical 18-property vendor objects. Adding isSubProcessor: false to both places highlights this duplication. Extract a helper function like createPlaceholderVendor(item, orgId) to centralize the object structure.
|
🎉 This PR is included in version 1.82.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |


This is an automated pull request to merge lewis/comp-sub-processors into dev.
It was created by the [Auto Pull Request] action.