Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@whitdog47
Copy link
Contributor

@whitdog47 whitdog47 commented Aug 6, 2025

This PR fixes the bulk close functionality for cases by ensuring full case data is available during bulk updates. The change addresses issues where incomplete case objects were causing problems during bulk operations.

  • Updates the bulkUpdate method to fetch complete case data before applying updates
  • Changes the map function to be async to support the additional API call
  • Ensures all required fields are present when updating cases

@whitdog47 whitdog47 requested a review from Copilot August 6, 2025 23:44
@whitdog47 whitdog47 self-assigned this Aug 6, 2025
@whitdog47 whitdog47 added the bug Something isn't working label Aug 6, 2025

This comment was marked as outdated.

@whitdog47 whitdog47 requested a review from Copilot August 6, 2025 23:58

This comment was marked as outdated.

@whitdog47 whitdog47 requested review from Copilot and removed request for Copilot August 7, 2025 00:02

This comment was marked as outdated.

@whitdog47 whitdog47 requested a review from Copilot August 7, 2025 16:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the bulk close functionality for cases by ensuring complete case data is available during bulk operations. The change addresses issues where incomplete case objects were causing failures during bulk updates.

Key changes:

  • Modified the bulkUpdate method to fetch full case data before applying updates
  • Changed the map function to be async to support the additional API call for each case

@whitdog47 whitdog47 merged commit 556220f into main Aug 7, 2025
14 checks passed
@whitdog47 whitdog47 deleted the fix/bulk-close-cases branch August 7, 2025 16:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants