Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make char limits on result name and category on set_run_result actions consistent with routers #1256

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

rowanseymour
Copy link
Member

No description provided.

@@ -112,6 +112,9 @@ export default class SetRunResultForm extends React.PureComponent<
}

private handleCreateAssetFromInput(input: string): Asset {
// workaround for the lack of a length limit on the form itself
input = input.substring(0, 64);
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the Result Name entered as an arbitrary option on a tembaselect

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.43%. Comparing base (3adaf44) to head (cad83f7).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...nts/flow/actions/setrunresult/SetRunResultForm.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1256      +/-   ##
==========================================
- Coverage   64.43%   64.43%   -0.01%     
==========================================
  Files         181      181              
  Lines        7095     7096       +1     
  Branches     1680     1680              
==========================================
  Hits         4572     4572              
- Misses       1943     1944       +1     
  Partials      580      580              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rowanseymour rowanseymour merged commit 2c8fa3e into main Dec 2, 2024
3 of 6 checks passed
@rowanseymour rowanseymour deleted the set_run_result_limits branch December 2, 2024 21:37
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant