Skip to content

Conversation

@kevinkim-ogp
Copy link
Contributor

  • feat: GatherSG trigger and create case action
  • fix: throw http 400 when multipart request is invalid
  • fix: reduce chunk size based on columns
  • fix: cannot remove last multirow
  • fix: only throw multipart error if error

pregnantboy and others added 6 commits October 28, 2025 11:36
## Problem

Invalid multipart requests are causing 5xx errors.


![image.png](https://app.graphite.dev/user-attachments/assets/bc3ac1fe-7154-4628-aa2f-f8a55c11da08.png)

## Solution

Instead of next(err), return a 400 status instead.
## Changes

- calculate import chunk size depending on db type and no. of columns.

Test file:
This should fail before the fix.

[verymanycols.csv](https://github.com/user-attachments/files/23179809/verymanycols.csv)
## GatherSG
**[OG-1] PLU-544: GatherSG trigger
([#1261](#1261))
[OG-2] Create case
([#1262](ff49dc1))
[OG-3]: Refactor update case to use dynamic data for status options
([#1276](#1276))
[OG-4]: Get case fields based on uuid for update case
([#1282](435908d))
fix: allow GatherSG instant workflow from new form submission
([#1291](560b39e01b2ef8ae5ffdffb2f9f3431bc59acbee))**
## Problem

Cannot delete last row for Multi-Row input even if optional

## To check
- can delete last row only if optional
- non-optional multirow fields should show one empty row by default
- default values should now work for multirow-multicol
@kevinkim-ogp kevinkim-ogp requested a review from a team as a code owner October 28, 2025 10:12
Copy link
Contributor

@pregnantboy pregnantboy left a comment

Choose a reason for hiding this comment

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

lessgo 🚀

@kevinkim-ogp kevinkim-ogp merged commit 68b7e13 into production Oct 28, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants